mirror of
https://github.com/moparisthebest/www.moparscape.org
synced 2025-03-10 06:39:57 -04:00
7 lines
266 B
HTML
7 lines
266 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 %}
|