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