diff options
author | uvok cheetah | 2019-12-30 17:41:12 +0100 |
---|---|---|
committer | uvok cheetah | 2019-12-30 17:41:12 +0100 |
commit | 1630f98324283c1e5be1c5c82321cf495d2e6026 (patch) | |
tree | c7f0e679ff7cca321d442224bd8060d1c8905913 | |
parent | dd3540e089d086f9b35337539ea2c0fd7c9d9e14 (diff) |
Include time of day in post layout
-rw-r--r-- | _layouts/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 0fb067d..73c8d88 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,6 +8,7 @@ layout: default <p class="post-meta"> <time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished"> {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} + {%- assign date_format = "%A, %e. %B %Y, %k:%M" -%} {{ page.date | date: date_format }} </time> {%- if page.author -%} |