From f65a9a6b95d419d5190c53d578c723a3ca7f65c3 Mon Sep 17 00:00:00 2001 From: rzen Date: Tue, 2 Jun 2020 21:05:26 -0400 Subject: [PATCH] start work on disqus integration --- _includes/disqus.html | 23 +++++++++++++++++++++++ _layouts/page.html | 6 +++++- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 _includes/disqus.html diff --git a/_includes/disqus.html b/_includes/disqus.html new file mode 100644 index 0000000..8597bf4 --- /dev/null +++ b/_includes/disqus.html @@ -0,0 +1,23 @@ +
+ + diff --git a/_layouts/page.html b/_layouts/page.html index 7e1ea73..e04894f 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -5,4 +5,8 @@ layout: base
{{ content }}
- \ No newline at end of file + + +{% if page.comments == true %} + {% include disqus.html %} +{% endif %} \ No newline at end of file