/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-02 19:41:25 +09:00
parent 8934bf6b78
commit bceac3165a

View file

@ -43,7 +43,7 @@
{% for category, articles in categories %} {% for category, articles in categories %}
{% if category.name == "notes" %} {% if category.name == 'notes' %}
{% for article in articles %} {% for article in articles %}