/ ‘theme/templates/index.html’

This commit is contained in:
Dooho Yi 2020-05-01 03:01:56 +09:00
parent bb5a746602
commit deaf9ae6d8

View file

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