nixfox-reborn/templates/blog-entry.html

9 lines
212 B
HTML

<li class="postlist-item">
<a href="{{ page.permalink | safe }}">{{ page.title }}</a>
<br>
{{ page.description }}
<br>
<strong class="subtitle">
{% include "blog-metadata.html" %}
</strong>
</li>