/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-02 18:34:57 +09:00
parent df94dfbb41
commit ddc47a2db0

View file

@ -43,7 +43,7 @@
{% for category, articles in categories %} {% for category, articles in categories %}
{% if category is 'notes' %} {% if category %}
{% for article in articles %} {% for article in articles %}
@ -66,7 +66,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>