Skip to content

Commit cebe5b9

Browse files
tonykayclaude
andcommitted
fix: set correct Disqus shortname www-speccoding-com
Updates both hugo.toml and config.toml to use the correct Disqus shortname 'www-speccoding-com' (extracted from Disqus embed code URL). Previously had empty string in hugo.toml and incorrect 'disqus_YWibv6kNhd' in config.toml. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent cfb0d50 commit cebe5b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking i
55

66
[services]
77
[services.disqus]
8-
shortname = "disqus_YWibv6kNhd"
8+
shortname = "www-speccoding-com"
99

1010
[params]
1111
[params.author]

config/_default/hugo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright = "Copyright © 2025, Tony Kay and the Hugo Authors; all rights reserv
66
# canonifyurls = true
77

88
theme = "hugo-clarity"
9-
disqusShortname = ""
9+
disqusShortname = "www-speccoding-com"
1010

1111
DefaultContentLanguage = "en"
1212
# [languages]

0 commit comments

Comments
 (0)