You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
370 B
HTML
8 lines
370 B
HTML
{% if page.date %}
|
|
<time datetime="{{ page.date | datetime }}" pubdate {% if page.updated %} updated {% endif %}>{{ page.date | ordinalize }}</time>
|
|
{% endif %}
|
|
{% if page.updated %}
|
|
<time class="updated" datetime="{{ page.updated | datetime }}"></time>
|
|
{% endif %}
|
|
{% if author %}<span class="byline author vcard"><span class="fn">{{ author }}</span></span>{% endif %}
|