summaryrefslogtreecommitdiff
path: root/static/src/_layouts/post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-01-21 22:28:48 -0700
committerBrian Picciano <mediocregopher@gmail.com>2022-01-21 22:28:48 -0700
commitae3cc05ce744fb7c5d6329cca1f2c680db3c4289 (patch)
tree20c0bc3a70fae1b61fa42b094c2913edbf3e65ca /static/src/_layouts/post.html
parentbfcdeb62332d6adf829cccfae987971b6c000835 (diff)
New fonts, remove external dependencies, clean out unused code, remove twitter stuff
Diffstat (limited to 'static/src/_layouts/post.html')
-rw-r--r--static/src/_layouts/post.html4
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>
- •
+ &nbsp;•&nbsp;
{%- if page.updated %}
<time datetime="{{ page.updated | date_to_xmlschema }}" itemprop="dateModified">
(Updated {{ page.updated | date: site.date_format }})
</time>
- •
+ &nbsp;•&nbsp;
{% endif -%}
<description itemprop="about"><em>{{ page.description }}</em></description>
</div>