/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-02 19:57:31 +09:00
parent c91819cfcc
commit 60dfc36f4f

View file

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