From 88d9f75b9d418489a1818fb36fd9e96d0c6f9a65 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 21 Jan 2014 08:49:07 -0500 Subject: [PATCH] Remove negative margin-top when site.logo is hidden --- _layouts/page.html | 2 +- _layouts/post.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 691c157..3674493 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -13,7 +13,7 @@
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} + {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}

{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}

{% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index 1c7274b..174f89d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -13,7 +13,7 @@
- {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %} + {% if page.image.feature %}{{ page.title }}{% if page.image.credit %}

Photo Credit: {{ page.image.credit }}{% endif %}{% endif %}