/ ‘theme/templates/index.html’
This commit is contained in:
parent
1afafbd410
commit
ea7b4cbc4c
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
||||||
|
|
||||||
{% for article in articles %}
|
{% for article in articles %}
|
||||||
|
|
||||||
{# disabled 'article' links #}
|
{# disabled 'article' links, re-enable changing tag 'div' -> 'a' #}
|
||||||
<div href="{{ SITEURL }}/{{ article.url }}" class="db b pb2">
|
<div href="{{ SITEURL }}/{{ article.url }}" class="db b pb2">
|
||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue