social stories

This commit is contained in:
Garry Ing
2021-04-18 13:59:21 -04:00
parent 5862e5cf1e
commit a2c7eb4fb1
3 changed files with 23 additions and 4 deletions

View File

@ -11,6 +11,11 @@ layout: default
Created on {{ page.date_created | date: "%B %-d, %Y" }}
{% endif %}
</time>
{% else %}
<time class="ml3 flex-auto" datetime="{{ page.date | date_to_xmlschema }}">{% if page.type != 'pages' %}
Created on {{ page.date | date: "%B %-d, %Y" }}
{% endif %}
</time>
{% endif %}
<time datetime="{{ page.last_modified_at | date_to_xmlschema }}">{% if page.type != 'pages' %}
Last updated on {{ page.last_modified_at | date: "%B %-d, %Y" }}