10 lines
209 B
HTML
10 lines
209 B
HTML
<p class="posted">Posted: {{ page.date|date('jS F Y') }}</p>
|
|
{#
|
|
{% if page.tags %}
|
|
Tags:
|
|
{% for tag in page.tags %}
|
|
{{ tag }}{% if not loop.last %},{% else %}.{% endif %}
|
|
{% endfor %}
|
|
{% endif %}
|
|
#}
|