/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-05 20:31:43 +09:00
parent 4b5fa51bba
commit fd38d7e5ec

View file

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