Adds authors

This commit is contained in:
Ketan Gupta
2017-02-01 20:43:28 +05:30
parent 8a4a5d08ab
commit 16849fe42b
3 changed files with 10 additions and 0 deletions

View File

@ -12,6 +12,9 @@ layout: layout
<div class="date">
{{ page.date | date: "%B %e, %Y" }}
</div>
<div class="author">
{{ page.author }}
</div>
</div>
<div class="row body">

View File

@ -4,6 +4,7 @@ title: "SAC General Body Meet | 30th January, 2017"
tags: [wona, news, sac]
category: sac
image: cover-gbm.jpg
author: "Aditya Peshin, Vikrant Saha, Ayushi Gupta, Nikhil Arora, Saurav Mahale"
excerpt: The Senate Hall on Monday, played host to a first of its kind, open for all General Body Meeting organised by the Student Affairs Council. The event aimed at giving the student body a chance to voice their concerns regarding their issues at IITR and to communicate them directly to the General Secretaries. It also gave the appointed secretaries an opportunity to share their contributions and policies with the student populace.
---

View File

@ -669,6 +669,12 @@ blockquote {
color: #8b8b8b;
font-size: 12px;
}
.author {
font-size: 16px;
color: #333333;
margin-bottom: -25px;
}
}
// ============== /POST ============== //