android.moparisthebest.org/.themes/classic/source/_includes/post/meta.html

6 lines
212 B
HTML

<p class="meta">
{% include post/author.html %}
{% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
{% if page.categories %}{% include post/categories.html %}{% endif %}
</p>