- ‘theme/templates/.#index.html’
/ ‘theme/templates/index.html’
This commit is contained in:
parent
3bc05b54c7
commit
e80be941fa
2 changed files with 2 additions and 3 deletions
|
|
@ -1 +0,0 @@
|
|||
doohoyi@DoohouicBookAir.16357
|
||||
|
|
@ -44,9 +44,9 @@
|
|||
{% for article in articles %}
|
||||
|
||||
{# 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 }}
|
||||
</div>
|
||||
</article>
|
||||
|
||||
<div>
|
||||
{{ article.content }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue