mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Added option to justify an article and justified rbalu's article
This commit is contained in:
@ -19,7 +19,9 @@ layout: layout
|
||||
{{ page.date | date: "%B %e, %Y" }}
|
||||
</section>
|
||||
|
||||
{{ content }}
|
||||
<section class="content{% if page.justify %} justify{% endif %}">
|
||||
{{ content }}
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
@ -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.
|
||||
---
|
||||
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
---
|
||||
---
|
||||
|
||||
@charset "UTF-8";
|
||||
|
||||
// ============== MIXINS ============== //
|
||||
@ -333,6 +336,10 @@ header {
|
||||
max-width: 100%;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.justify {
|
||||
text-align: justify;
|
||||
}
|
||||
}
|
||||
|
||||
// ============== /POST ============== //
|
||||
|
||||
Reference in New Issue
Block a user