From 16bb4e4544d6cf92a91ec43f2529a9a1d57f882f Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Mon, 17 Feb 2020 23:44:10 +0800 Subject: [PATCH] Changed the position of lastmod and related posts. --- _layouts/post.html | 32 ++++++++++++++++---------------- assets/css/post.scss | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 2f39896..cb93118 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -28,19 +28,6 @@ layout: default {% endfor %} - - {% if page.seo.date_modified > page.date %} -
- Updated - - {{ page.seo.date_modified | date: POST_DATE }} - {{ page.seo.date_modified | date_to_xmlschema}} - -
- {% endif %} - {% if site.google_analytics.pv %}
@@ -68,9 +55,22 @@ layout: default
+ + {% if page.seo.date_modified > page.date %} +
+ Updated + + {{ page.seo.date_modified | date: POST_DATE }} + {{ page.seo.date_modified | date_to_xmlschema}} + +
+ {% endif %} + {% if page.tags.size > 0 %} -