From da0762148bbbd0af50346c881e7ae715879bb7b8 Mon Sep 17 00:00:00 2001 From: Asutosh Palai Date: Fri, 9 Oct 2015 00:51:10 +0530 Subject: [PATCH] Added option to justify an article and justified rbalu's article --- _layouts/post.html | 4 +++- _posts/2015-10-08-R-Balasubramaniam.md | 1 + css/base.scss | 7 +++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index 5d4fe11..24eb9c0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,7 +19,9 @@ layout: layout {{ page.date | date: "%B %e, %Y" }} - {{ content }} +
+ {{ content }} +
diff --git a/_posts/2015-10-08-R-Balasubramaniam.md b/_posts/2015-10-08-R-Balasubramaniam.md index 1c57976..ace34c5 100644 --- a/_posts/2015-10-08-R-Balasubramaniam.md +++ b/_posts/2015-10-08-R-Balasubramaniam.md @@ -4,6 +4,7 @@ title: "Interview with R. Balasubramaniam" categories: [wona, column, cover] tag: verbatim image: rbalu.jpg +justify: true excerpt: Dr. Balu, a physician by qualification and a humanist by instincts has been an activist for more than three decades. His constructs of social movement to uplift the rural and tribal of our nation goes parallel with his academic accolades. --- diff --git a/css/base.scss b/css/base.scss index 4eaafb3..5be5a14 100644 --- a/css/base.scss +++ b/css/base.scss @@ -1,3 +1,6 @@ +--- +--- + @charset "UTF-8"; // ============== MIXINS ============== // @@ -333,6 +336,10 @@ header { max-width: 100%; padding: 5px 0px; } + + .justify { + text-align: justify; + } } // ============== /POST ============== //