/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-01 00:05:16 +09:00
parent 1afafbd410
commit ea7b4cbc4c

View file

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