two new posts

This commit is contained in:
Andrew Conlin 2023-03-05 18:21:58 +00:00
parent 8143e32641
commit 26f3cb2537
7 changed files with 339 additions and 12 deletions

View file

@ -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>