From 001b90ce8bd691bd1a6daebebd6254b9e216f08e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 25 Jun 2013 22:10:00 -0400 Subject: [PATCH] Remove link from featured image --- _layouts/page.html | 2 +- _layouts/post-index.html | 56 ---------------------------------------- _layouts/post.html | 2 +- 3 files changed, 2 insertions(+), 58 deletions(-) delete mode 100644 _layouts/post-index.html diff --git a/_layouts/page.html b/_layouts/page.html index 56d6fc5..ac93c40 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -14,7 +14,7 @@
- {% if page.image.feature %}{{ page.title }}{% endif %} + {% if page.image.feature %}{{ page.title }}{% endif %}

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

{% endif %} diff --git a/_layouts/post-index.html b/_layouts/post-index.html deleted file mode 100644 index 5ce7e53..0000000 --- a/_layouts/post-index.html +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - -{% include head.html %} - - - - -{% include browser-upgrade.html %} -{% include navigation.html %} - -
- {% for post in paginator.posts %} - - {% endfor %} -
- - - - - -{% include scripts.html %} - - - \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index b4156f8..6345b0a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -14,7 +14,7 @@
- {% if page.image.feature %}{{ page.title }}{% endif %} + {% if page.image.feature %}{{ page.title }}{% endif %}