/ ‘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> </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">
@ -65,10 +61,6 @@
{% endfor %} {% endfor %}
{% endif %}
{% endfor %}
</div> </div>
<script type="text/javascript"> <script type="text/javascript">