From f2ecaade1d648d1d26402b3c31c19f22fa096538 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Tue, 16 Aug 2011 00:48:38 -0400 Subject: [PATCH] updated to latest octopress --- source/_includes/blog_index.html | 40 -------------------------------- source/_layouts/page.html | 2 ++ source/blog/index.html | 3 ++- source/index.html | 39 ++++++++++++++++++++++++++++++- 4 files changed, 42 insertions(+), 42 deletions(-) delete mode 100644 source/_includes/blog_index.html diff --git a/source/_includes/blog_index.html b/source/_includes/blog_index.html deleted file mode 100644 index c77ea7d..0000000 --- a/source/_includes/blog_index.html +++ /dev/null @@ -1,40 +0,0 @@ -
-{% assign index = true %} -{% for post in paginator.posts %} -{% assign content = post.content %} -
- {% include article.html %} -
-{% endfor %} - -{% if site.disqus_short_name %} - -{% endif %} -
- diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 6710f8b..08e056e 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -4,10 +4,12 @@ layout: default
+ {% if page.title %}

{{ page.title | titlecase }}

{% if page.date %}

{% include post/date.html %}

{% endif %}
+ {% endif %} {{ content }} {% unless page.footer == false %}