mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add disqus to standard pages, too
This commit is contained in:
8
_layouts/page-without-comments.html
Normal file
8
_layouts/page-without-comments.html
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<article class="page">
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
</article>
|
||||
@@ -5,4 +5,7 @@ layout: default
|
||||
<article class="page">
|
||||
<h1 class="page-title">{{ page.title }}</h1>
|
||||
{{ content }}
|
||||
|
||||
<hr>
|
||||
{% include disqus.html %}
|
||||
</article>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: page
|
||||
layout: page-without-comments
|
||||
title: Archive
|
||||
redirect_from: "/archive/"
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: page
|
||||
layout: page-without-comments
|
||||
title: Contact
|
||||
sitemap: false
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user