From 8d3e0b4a0eb35f32b0d3e1e0ba86b1c0defe6215 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Wed, 13 Jul 2011 22:47:59 -0400 Subject: Moved some post partials into source/_includes/post/ and updated include links --- .themes/classic/source/_layouts/page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.themes/classic/source/_layouts/page.html') diff --git a/.themes/classic/source/_layouts/page.html b/.themes/classic/source/_layouts/page.html index fe990dd7..fb51816f 100644 --- a/.themes/classic/source/_layouts/page.html +++ b/.themes/classic/source/_layouts/page.html @@ -6,18 +6,18 @@ layout: default

{{ page.title | titlecase }}

- {% unless page.no_meta or !index %}

{% include post_date.html %}

{% endunless %} + {% unless page.no_meta or !index %}

{% include post/date.html %}

{% endunless %}
{{ content | smart_quotes }} {% unless page.no_footer %}
{% if page.date %}

- {% include post_date.html %} + {% include post/date.html %}

{% endif %} {% unless page.no_sharing %} - {% include sharing.html %} + {% include post/sharing.html %} {% endunless %}
{% endunless %} @@ -25,7 +25,7 @@ layout: default {% if site.disqus_short_name and page.comments == true %}

Comments

-
{% include disqus_thread.html %}
+
{% include post/disqus_thread.html %}
{% endif %} -- cgit v1.2.1