/ ‘theme/templates/index.html’
This commit is contained in:
parent
a857d24a8a
commit
df94dfbb41
1 changed files with 23 additions and 14 deletions
|
|
@ -41,6 +41,10 @@
|
|||
</div>
|
||||
</a>
|
||||
|
||||
{% for category, articles in categories %}
|
||||
|
||||
{% if category is 'notes' %}
|
||||
|
||||
{% for article in articles %}
|
||||
|
||||
<article class="title">
|
||||
|
|
@ -60,6 +64,11 @@
|
|||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Reference in a new issue