- ‘theme/templates/.#index.html’

/ ‘theme/templates/index.html’
This commit is contained in:
Dooho Yi 2020-05-01 03:01:03 +09:00
parent 3eaf83720f
commit bb5a746602
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
doohoyi@DoohouicBookAir.16357

View file

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