From f24646d5541699720abd0de733d71662a2053ee6 Mon Sep 17 00:00:00 2001
From: uvok cheetah
Date: Sun, 5 Jan 2020 17:12:31 +0100
Subject: Add update date to posts
---
_layouts/post.html | 7 +++++++
1 file changed, 7 insertions(+)
(limited to '_layouts')
diff --git a/_layouts/post.html b/_layouts/post.html
index 1cd1a12..4777b00 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -11,6 +11,13 @@ layout: default
{%- assign date_format = "%A, %e. %B %Y, %k:%M" -%}
{{ page.date | date: date_format }}
+ {%- if page.last_modified_at.size -%}
+ •
+
+ {%- endif -%}
+
{%- if page.author -%}
• {{ page.author }}
{%- endif -%}
--
cgit v1.2.3