Skip to content

Commit 8b1589e

Browse files
committed
fix: Update hugo-xterm theme module
1 parent 468f278 commit 8b1589e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

exampleSite/config/_default/config.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ canonifyurls = true
77
[module]
88
[[module.imports]]
99
path = "github.com/manid2/hugo-xterm"
10-
replacements = "github.com/manid2/hugo-xterm -> ../.."
1110

1211
[params]
1312
centerTheme = true

exampleSite/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/manid2/hugo-xterm/exampleSite
22

33
go 1.18
44

5-
require github.com/manid2/hugo-xterm v0.0.0-20230715095800-5e6c59a4014f // indirect
5+
require github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c // indirect

exampleSite/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/manid2/hugo-xterm v0.0.0-20230715095800-5e6c59a4014f h1:rqkJPX0cOjWuXBxuUaWC6yzou0E+Gzw2HHb6/M4kOSY=
22
github.com/manid2/hugo-xterm v0.0.0-20230715095800-5e6c59a4014f/go.mod h1:okco5bnHP7wAs4wCdFM1CGqvOZf5Wpj39kHDIZT4Vds=
3+
github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c h1:SjaKPRMTk/kZ2amsVNLiCqp73z2QU8whOYIC2C6C/7w=
4+
github.com/manid2/hugo-xterm v0.0.0-20230715205645-468f278c002c/go.mod h1:GfVYdHvhSC/U07C3fOHLl/k2hzc+uQh0oRuy4q7Or3A=

0 commit comments

Comments
 (0)