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

/ ‘theme/templates/index.html’
This commit is contained in:
Dooho Yi 2020-05-01 02:58:22 +09:00
parent 3bc05b54c7
commit e80be941fa
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -44,9 +44,9 @@
{% 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' #}
<div href="{{ SITEURL }}/{{ article.url }}" class="db b pb2"> <article href="{{ SITEURL }}/{{ article.url }}" class="title db b pb2">
{{ article.title }} {{ article.title }}
</div> </article>
<div> <div>
{{ article.content }} {{ article.content }}