Skip to content

Commit e8499e0

Browse files
committed
Support for Hugo > 0.145.0
1 parent 86abe89 commit e8499e0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/splunk/observability-workshop
22

33
go 1.19
44

5-
require github.com/McShelby/hugo-theme-relearn v0.0.0-20241210183303-16d4de84becf // indirect
5+
require github.com/McShelby/hugo-theme-relearn v0.0.0-20250701094321-ef6b09f665f4 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ github.com/McShelby/hugo-theme-relearn v0.0.0-20241025063418-28fce6b04c41 h1:v63
8282
github.com/McShelby/hugo-theme-relearn v0.0.0-20241025063418-28fce6b04c41/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
8383
github.com/McShelby/hugo-theme-relearn v0.0.0-20241210183303-16d4de84becf h1:bMx4kwM7Q+dAzvSOWs3XWZ25o+n4mI0GPHqzbzeWb3M=
8484
github.com/McShelby/hugo-theme-relearn v0.0.0-20241210183303-16d4de84becf/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
85+
github.com/McShelby/hugo-theme-relearn v0.0.0-20250701094321-ef6b09f665f4 h1:1iZWyL0tfnT7hFNVDoTqz0sKYJk3f6a0jw6wwez3Q+s=
86+
github.com/McShelby/hugo-theme-relearn v0.0.0-20250701094321-ef6b09f665f4/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ params:
4343
alwaysopen: false
4444
showVisitedLinks: true
4545
collapsibleMenu: true
46-
disableSearch: false
46+
search.disable: false
4747
disableBreadcrumb: false
4848
disableInlineCopyToClipBoard: true
4949
disableNextPrev: false

0 commit comments

Comments
 (0)