/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-02 18:32:47 +09:00
parent a857d24a8a
commit df94dfbb41

View file

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