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