/ ‘theme/templates/index.html’
This commit is contained in:
parent
4b5fa51bba
commit
fd38d7e5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
{% for article in articles_page.object_list | selectattr('category', '==', 'notes') %}
|
||||
<article class="title">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50">
|
||||
<a href="{{ SITEURL }}/{{ article.url }}" class="b pb2 o-50">
|
||||
{{ article.title }}
|
||||
</a>
|
||||
</article>
|
||||
|
|
|
|||
Loading…
Reference in a new issue