diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-15 09:20:13 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2024-04-15 09:29:16 +0200 |
| commit | 0e72a35876bac43e4df62524e3d423375787096e (patch) | |
| tree | b978e38d4266655e75a7f042ba5ce2270db3ede9 /assets | |
| parent | 27c778258f723b82b4ea80d160c7c16ae50a84c8 (diff) | |
| download | gohugo-theme-ed-0e72a35876bac43e4df62524e3d423375787096e.tar.gz | |
Add reference to giscus theming
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/js/giscus.js | 2 |
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', |
