/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-05 20:33:18 +09:00
parent 1ab17ec3ba
commit efba7030e0

View file

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