{% 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 %}
-
- {% if post.image.feature %}{% endif %}
-
- {% 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 post.headline %}{{ post.headline }}{% else %}{{ post.title }}
{% endif %} -
- {{ post.content }}
-
-