A large number of minor fixes

This commit is contained in:
Asutosh Palai
2016-07-15 15:28:51 -04:00
parent e7e8df0f32
commit 2f7aa7db3e
6 changed files with 103 additions and 34 deletions

View File

@ -1,4 +1,4 @@
{% assign post = site.posts.first %}
{% assign post = site.categories['coverstory'].first %}
{% if page.is_post == true %}
{% assign post = page %}
{% endif %}