Add disqus to standard pages, too

This commit is contained in:
Philipp Oppermann
2015-11-23 23:38:27 +01:00
parent 7f5e356132
commit 9def164db3
4 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
---
layout: default
---
<article class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</article>

View File

@@ -5,4 +5,7 @@ layout: default
<article class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
<hr>
{% include disqus.html %}
</article>

View File

@@ -1,5 +1,5 @@
---
layout: page
layout: page-without-comments
title: Archive
redirect_from: "/archive/"
---

View File

@@ -1,5 +1,5 @@
---
layout: page
layout: page-without-comments
title: Contact
sitemap: false
---