/ ‘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 %} {% block content %}
{% 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 pb2">
<a href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50"> <a href="{{ SITEURL }}/{{ article.url }}" class="b o-50">
{{ article.title }} {{ article.title }}
</a> </a>
</article> </article>