summaryrefslogtreecommitdiffstats
path: root/assets/js/giscus.js
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2024-04-15 09:20:13 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2024-04-15 09:29:16 +0200
commit0e72a35876bac43e4df62524e3d423375787096e (patch)
treeb978e38d4266655e75a7f042ba5ce2270db3ede9 /assets/js/giscus.js
parent27c778258f723b82b4ea80d160c7c16ae50a84c8 (diff)
downloadgohugo-theme-ed-0e72a35876bac43e4df62524e3d423375787096e.tar.gz
Add reference to giscus theming
Diffstat (limited to 'assets/js/giscus.js')
-rw-r--r--assets/js/giscus.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/js/giscus.js b/assets/js/giscus.js
index 9a325fa..510154d 100644
--- a/assets/js/giscus.js
+++ b/assets/js/giscus.js
@@ -12,6 +12,8 @@ import {
theme
} from '@params';
+// The article I found interesting and might be used as a reference
+// for comments theming in the future: https://www.brycewray.com/posts/2023/08/making-giscus-less-gabby/
document.addEventListener('DOMContentLoaded', function () {
const giscusAttributes = {
'src': 'https://giscus.app/client.js',