/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-05 20:32:38 +09:00
parent fd38d7e5ec
commit 1ab17ec3ba

View file

@ -7,7 +7,7 @@
{% for article in articles_page.object_list | selectattr('category', '==', 'notes') %}
<article class="title">
<a href="{{ SITEURL }}/{{ article.url }}" class="b pb2 o-50">
<a href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50">
{{ article.title }}
</a>
</article>