From 10d90a166f32673ee44dcbdbf9d0593ef08d2901 Mon Sep 17 00:00:00 2001 From: gauravkukade Date: Tue, 29 Jun 2021 09:41:13 +0530 Subject: [PATCH] Comment auther-meta date and post date in html files --- _includes/featuredbox.html | 2 +- _includes/postbox.html | 4 ++-- _layouts/post.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/featuredbox.html b/_includes/featuredbox.html index 0586630..77d2591 100644 --- a/_includes/featuredbox.html +++ b/_includes/featuredbox.html @@ -44,7 +44,7 @@

{{ post.excerpt | strip_html | truncatewords:25 }}

{{ author.display_name }}
{% endif %} - +
diff --git a/_includes/postbox.html b/_includes/postbox.html index 80160e2..0601707 100644 --- a/_includes/postbox.html +++ b/_includes/postbox.html @@ -40,7 +40,7 @@

{{ post.excerpt | strip_html | truncatewords:30 }}

{{ author.display_name }}
{% endif %} - +
@@ -48,4 +48,4 @@

{{ post.excerpt | strip_html | truncatewords:30 }}

- \ No newline at end of file + diff --git a/_layouts/post.html b/_layouts/post.html index 4c5e026..a5e0787 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -106,7 +106,7 @@
Join Newsletter

- + {% if page.last_modified_at %} (Updated: ) {% endif %} @@ -197,4 +197,4 @@

Join Newsletter
} } -{% endif %} \ No newline at end of file +{% endif %}