cryogen-bootstrap/resources/templates/themes/bootstrap4/html/includes/latest-posts.inc
2020-02-16 14:50:12 +01:00

8 lines
No EOL
161 B
PHP

<ul>
{% for post in latest-posts %}
<li>
{{post.date|date:"MMM dd"}} - <a href="{{post.uri}}">{{post.title}}</a>
</li>
{% endfor %}
</ul>