two new posts
This commit is contained in:
parent
8143e32641
commit
26f3cb2537
7 changed files with 339 additions and 12 deletions
|
@ -17,7 +17,9 @@ title: latest posts
|
|||
{% endfor %}
|
||||
</div>
|
||||
<h4><a href="{{ post.url }}">{{ post.title }}</a></h4>
|
||||
{{ post.excerpt }}
|
||||
{{ post.content | strip_html | truncatewords: 30 }}
|
||||
<br>
|
||||
<br>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue