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