diff options
author | SkyArrow <tommy351@gmail.com> | 2012-03-04 12:11:40 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-03-04 12:11:40 +0100 |
commit | 38d7ef85f2da46fa2d742469e870647c5651ed00 (patch) | |
tree | 1a85616c11b0d1bc2c264e4f773e162c40541db4 /source | |
parent | 55fea1079b63e9d98c4fa6b73631940d0ba9891c (diff) | |
download | octopress-theme-jeyzu-38d7ef85f2da46fa2d742469e870647c5651ed00.zip octopress-theme-jeyzu-38d7ef85f2da46fa2d742469e870647c5651ed00.tar.gz |
fix page layout
Diffstat (limited to 'source')
-rw-r--r-- | source/_layouts/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_layouts/page.html b/source/_layouts/page.html index 166e209..e055aba 100644 --- a/source/_layouts/page.html +++ b/source/_layouts/page.html @@ -6,7 +6,7 @@ layout: default {% if page.title %} <h1 class="title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1> {% endif %} - {{ content }} + <div class="entry">{{ content }}</div> </article> {% include post/sharing.html %} {% if site.disqus_short_name and page.comments == true %} |