From 40b6cb2f9f35517c866f0f348a7025fc9e80dfe1 Mon Sep 17 00:00:00 2001 From: Mathieu Martin Date: Thu, 28 Jun 2012 08:09:59 -0400 Subject: Change the class for page from entry to entry-content, like for blog posts. --- source/_layouts/page.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 03c94e8..cf64047 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -6,7 +6,7 @@ layout: default {% if page.title %}

{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}

{% endif %} -
{{ content }}
+
{{ content }}
{% unless page.footer == false %} {% include post/sharing.html %} @@ -16,4 +16,4 @@ layout: default

Comments

{% include post/disqus_thread.html %}
-{% endif %} \ No newline at end of file +{% endif %} -- cgit v1.1-2-g2b99