Add link to blog pages
This commit is contained in:
parent
b48b8927bf
commit
a945dec3df
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
{% for article in categories|category_find("blog") %}
|
||||
<div class="row">
|
||||
<div class="col-xs-12 text-left">
|
||||
<p class="h3"><a href="{{ article.url }}">{{ article.title }}</a></p>
|
||||
<h3>{{ article.title }}</h3>
|
||||
<p>{{ article.summary|striptags|e|limit(30) }}</p>
|
||||
</div>
|
||||
|
|
Reference in a new issue