From b48d253c6c61554779e36bfc16dd6269074df07f Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 12 Feb 2022 16:35:08 +0700 Subject: [PATCH] Posts.html : add modified, date fronting word --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 372f83d..0607c07 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,13 +15,13 @@ layout: default

{{ page.title | escape }}

{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} -

+

Published :

{{ page.date | date: date_format }} /// {{ minutes }} minute read {%- if page.modified_date -%} ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%} -

+

Modified :

{{ mdate | date: date_format }} {%- endif -%}