diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-01-21 22:28:48 -0700 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-01-21 22:28:48 -0700 |
commit | ae3cc05ce744fb7c5d6329cca1f2c680db3c4289 (patch) | |
tree | 20c0bc3a70fae1b61fa42b094c2913edbf3e65ca /static/src/_layouts | |
parent | bfcdeb62332d6adf829cccfae987971b6c000835 (diff) |
New fonts, remove external dependencies, clean out unused code, remove twitter stuff
Diffstat (limited to 'static/src/_layouts')
-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> |