diff --git a/_layouts/category.html b/_layouts/category.html index e2a30a1..5d11788 100644 --- a/_layouts/category.html +++ b/_layouts/category.html @@ -1,6 +1,5 @@ --- layout: layout -no_header: true --- {% include cat_header.html %} diff --git a/_layouts/layout.html b/_layouts/layout.html index f0f8fa6..d16f824 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -6,10 +6,6 @@ {% include navbar.html %} - - {% if page.no_header %} - {% include header.html %} - {% endif %} {{ content }} diff --git a/_layouts/post.html b/_layouts/post.html index 82affe4..af45708 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,6 +1,8 @@ --- layout: layout --- +{% include header.html %} +
{{ page.date | date: "%B %e, %Y" }} diff --git a/_posts/2015-10-24-shazia-ilmi-interview.md b/_posts/2015-10-24-shazia-ilmi-interview.md index dfba990..819562d 100644 --- a/_posts/2015-10-24-shazia-ilmi-interview.md +++ b/_posts/2015-10-24-shazia-ilmi-interview.md @@ -4,6 +4,7 @@ title: "In conversation with Shazia Ilmi" tags: [wona, column] category: verbatim justify: true +image: shazia-i.jpg excerpt: Shazia Ilmi has been the spokesperson and media strategist of the India Against Corruption Movement, and later, the Aam Admi Party. Currently she sides with the BJP after relinquishing her membership of AAP in 2014. --- On the first day of Thomso, curtains of the Mac Auditorium rose to a guest lecture by journalist-turned-politician Shazia Ilmi. She has been the spokesperson and media strategist of the India Against Corruption Movement, and later, the Aam Admi Party. Currently she sides with the BJP after relinquishing her membership of AAP in 2014. diff --git a/css/base.scss b/css/base.scss index 57954d0..be2bcb2 100644 --- a/css/base.scss +++ b/css/base.scss @@ -449,7 +449,7 @@ footer { position: relative; z-index: 10; background: white; - padding-top: 10px; + padding-top: 20px; min-height: 100px; .category-post { diff --git a/images/posts/shazia-i.jpg b/images/posts/shazia-i.jpg new file mode 100644 index 0000000..557ba9c Binary files /dev/null and b/images/posts/shazia-i.jpg differ diff --git a/index.html b/index.html index bf73418..a571074 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,9 @@ --- layout: layout title: "Home" -category_page: news --- +{% include header.html %} +