aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/single.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-03-18 22:08:50 -0400
committerThedro Neely <thedroneely@gmail.com>2020-03-18 22:08:50 -0400
commita236a5868fa4d777b5be8426869f93d0ea875715 (patch)
tree690568e9bbabd84d35c0d8a3290b2bf14ff70a8e /generators/hugo/themes/tdro/layouts/_default/single.html
parent1f2a18a831680d46ba0e158da3b37a781d826475 (diff)
downloadthedroneely.com-a236a5868fa4d777b5be8426869f93d0ea875715.tar.gz
thedroneely.com-a236a5868fa4d777b5be8426869f93d0ea875715.tar.bz2
thedroneely.com-a236a5868fa4d777b5be8426869f93d0ea875715.zip
hugo/_default/single: Allow reply notifications
Set title explicitly
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/single.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 61f60e5..5ebe816 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -104,7 +104,13 @@
<h1 id="comments" class="is-size-4">Comments</h1>
- <script data-isso="/isso/" data-isso-css="false" src="/isso/js/embed.min.js"></script>
+ <script
+ data-isso="/isso/"
+ data-title="{{ .Title }}"
+ data-isso-css="false"
+ data-isso-reply-notifications="true"
+ src="/isso/js/embed.min.js">
+ </script>
<div id="isso-thread" data-title="{{ .Title }}"></div>