summaryrefslogtreecommitdiffstats
path: root/source/_layouts/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_layouts/page.html')
-rw-r--r--source/_layouts/page.html2
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 %}