cryogen-bootstrap/resources/templates/themes/bootstrap4/html/includes/latest-posts.inc

8 lines
161 B
PHP
Raw Normal View History

2020-02-16 13:50:12 +00:00
<ul>
{% for post in latest-posts %}
<li>
{{post.date|date:"MMM dd"}} - <a href="{{post.uri}}">{{post.title}}</a>
</li>
{% endfor %}
</ul>