/ ‘theme/templates/index.html’
This commit is contained in:
parent
a7200f368b
commit
9b0edc4aad
1 changed files with 5 additions and 3 deletions
|
|
@ -44,9 +44,11 @@
|
||||||
{% 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' #}
|
||||||
<a href="{{ SITEURL }}/{{ article.url }}" class="title db b pb2 o-50">
|
<article>
|
||||||
{{ article.title }}
|
<div href="{{ SITEURL }}/{{ article.url }}" class="title db b pb2 o-50">
|
||||||
</a>
|
{{ article.title }}
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ article.content }}
|
{{ article.content }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue