From a58eab5bfe6246a1d588f8aec41b4dcf424362e2 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 12 Feb 2022 16:57:16 +0700 Subject: [PATCH] post.html : fix unknown tilde and html things --- _layouts/post.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 0607c07..8c0c977 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -15,15 +15,14 @@ layout: default

{{ page.title | escape }}

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

Published :

+

Published : +

{%- if page.modified_date -%} - ~ {%- assign mdate = page.modified_date | date_to_xmlschema -%} -

Modified :

+

Modified : +

{%- endif -%} {%- if page.author -%} • {% for author in page.author %}