/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-01 04:06:47 +09:00
parent 9b0edc4aad
commit 37167cb887

View file

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