/ ‘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>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
{% for category, articles in categories %}
|
||||||
|
|
||||||
|
{% if category is 'notes' %}
|
||||||
|
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
|
|
||||||
<article class="title">
|
<article class="title">
|
||||||
|
|
@ -60,6 +64,11 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% endfor %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue