/ ‘theme/templates/category.html’

This commit is contained in:
Dooho Yi 2020-05-05 20:35:04 +09:00
parent efba7030e0
commit 5933618cbd

View file

@ -8,8 +8,8 @@
{% for article in articles_page.object_list %}
<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>