From 212b73fa80cfec1e64439c1dcb75f7ce2b97f744 Mon Sep 17 00:00:00 2001 From: Mahendrata Harpi Date: Sat, 23 May 2020 03:37:38 +0700 Subject: [PATCH] identation and remove unused attr --- _layouts/page.html | 2 +- _layouts/post.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 0da9b3b..1542528 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -9,7 +9,7 @@ layout: compress {% include navbar.html %} -
+

{{ page.title | escape }}.

diff --git a/_layouts/post.html b/_layouts/post.html index e7cc8fb..38f8fc4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -53,21 +53,22 @@ layout: compress {% endif %}
+ {% if page.comments %} {% include comments.html%} {% endif %} + {% if page.modified %} updated_at {{page.modified | date: "%d-%m-%Y"}} {% endif %} {% if page.next or page.previous %} {% include navigation.html %} {% endif %} + + {% include footer.html %}
- - {% include footer.html %} - \ No newline at end of file