From 1f99c4b4c7a97526e4222d4aff5ad4058c41edf2 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Wed, 22 Mar 2017 00:03:42 +0100 Subject: [PATCH 1/2] Justify latest post preview --- _includes/latest-post.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_includes/latest-post.html b/_includes/latest-post.html index e754032e1..7a9b2f9f0 100644 --- a/_includes/latest-post.html +++ b/_includes/latest-post.html @@ -18,7 +18,9 @@

{{ post.date | date_to_string }} Comments

- {{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }} +
+ {{ post.content | strip_html | markdownify | truncatewords: site.post-preview-words }} +

Archive

From 0284e13600c5e7a85ca282bd5e7e1dd15fd8c536 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Wed, 22 Mar 2017 00:04:14 +0100 Subject: [PATCH 2/2] Justify post content --- _layouts/post.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 3de9753aa..23da497ca 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -32,7 +32,9 @@

- {{ page.content | markdownify }} +
+ {{ page.content | markdownify }} +
{% include share.html %}