summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-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',