/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-01 04:08:55 +09:00
parent 37167cb887
commit a857d24a8a

View file

@ -43,11 +43,10 @@
{% for article in articles %}
{# disabled 'article' links, re-enable changing tag 'div' -> 'a' #}
<article class="title">
<div href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50">
<a href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50">
{{ article.title }}
</div>
</a>
</article>
<div>