summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/_layouts/page.html4
1 files 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 %}
<h1 class="title">{% if site.titlecase %}{{ page.title | titlecase }}{% else %}{{ page.title }}{% endif %}</h1>
{% endif %}
- <div class="entry">{{ content }}</div>
+ <div class="entry-content">{{ content }}</div>
</article>
{% unless page.footer == false %}
{% include post/sharing.html %}
@@ -16,4 +16,4 @@ layout: default
<h1 class="title">Comments</h1>
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
</section>
-{% endif %} \ No newline at end of file
+{% endif %}