/ ‘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 %}
|
{% block content %}
|
||||||
|
|
||||||
{% for article in articles_page.object_list | selectattr('category', '==', 'notes') %}
|
{% for article in articles_page.object_list | selectattr('category', '==', 'notes') %}
|
||||||
<article class="title">
|
<article class="title pb2">
|
||||||
<a href="{{ SITEURL }}/{{ article.url }}" class="db b pb2 o-50">
|
<a href="{{ SITEURL }}/{{ article.url }}" class="b o-50">
|
||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
</a>
|
</a>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue