fix category urls
This commit is contained in:
parent
0f5d377102
commit
b59d829ed3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
<div class="row no-gutter">
|
||||
{% for article in articles|sort(attribute="title") %}
|
||||
<div class="category-item">
|
||||
<a href="{{ article.url }}">
|
||||
<a href="/{{ article.url }}">
|
||||
<h3>{{ article.title }}</h3>
|
||||
</a>
|
||||
<p>{{ article.summary|striptags|e }}</p>
|
||||
|
|
Reference in a new issue