/ ‘theme/templates/index.html’

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

View file

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