Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/comments/commento.html')
-rw-r--r--layouts/partials/comments/commento.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/comments/commento.html b/layouts/partials/comments/commento.html
new file mode 100644
index 0000000..315f3c5
--- /dev/null
+++ b/layouts/partials/comments/commento.html
@@ -0,0 +1,8 @@
+<div id="comments">
+ <div id="commento"></div>
+ <script src="{{ .Site.Params.commento.url }}/js/commento.js"></script>
+ <noscript
+ >Please enable JavaScript to view the
+ <a href="https://commento.io/">comments powered by Commento.</a>
+ </noscript>
+</div>