aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/post/date.html
blob: a86953c2004b9e69b8381eb8f37b2358c92ff169 (plain)
1
2
3
4
5
{% if page.date %}{% capture time %}{{ page.date_time_html }}{% endcapture %}{% endif %}
{% if post.date %}{% capture time %}{{ post.date_time_html }}{% endcapture %}{% endif %}

{% if page.updated %}{% capture updated %}{{ page.date_time_updated_html }}{% endcapture %}{% endif %}
{% if post.updated %}{% capture updated %}{{ post.date_time_updated_html }}{% endcapture %}{% endif %}