From 0e72a35876bac43e4df62524e3d423375787096e Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Mon, 15 Apr 2024 09:20:13 +0200 Subject: Add reference to giscus theming --- assets/js/giscus.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'assets/js') 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', -- cgit v1.2.3