diff options
Diffstat (limited to 'static/src/_layouts/post.html')
-rw-r--r-- | static/src/_layouts/post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/src/_layouts/post.html b/static/src/_layouts/post.html index 6b97042..d55f3eb 100644 --- a/static/src/_layouts/post.html +++ b/static/src/_layouts/post.html @@ -15,12 +15,12 @@ layout: default <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {{ page.date | date: site.date_format }} </time> - • + • {%- if page.updated %} <time datetime="{{ page.updated | date_to_xmlschema }}" itemprop="dateModified"> (Updated {{ page.updated | date: site.date_format }}) </time> - • + • {% endif -%} <description itemprop="about"><em>{{ page.description }}</em></description> </div> |