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

8 lines
161 B
PHP
Raw Normal View History

2019-11-23 11:45:04 +00:00
<ul>
{% for post in latest-posts %}
<li>
{{post.date|date:"MMM dd"}} - <a href="{{post.uri}}">{{post.title}}</a>
</li>
{% endfor %}
</ul>