/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-02 20:00:33 +09:00
parent 07b11cee0a
commit e8e85e9a0a

View file

@ -41,6 +41,10 @@
</div>
</a>
{% for category, articles in categories %}
{% if category.name == 'notes' %}
{% for article in articles %}
<article class="title">
@ -61,6 +65,10 @@
{% endfor %}
{% endif %}
{% endfor %}
</div>
<script type="text/javascript">