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