Skip to content

Commit

Permalink
Update theme #275
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq <[email protected]>
  • Loading branch information
github-actions[bot] and kodiakhq authored Jan 3, 2024
1 parent fb62859 commit 063dbae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.0.1-0.20231229170427-d3968ca711ef/assets/*"
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.1.0/assets/*"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/hugo-toha/hugo-toha.github.io

go 1.19

require github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef // indirect
require github.com/hugo-toha/toha/v4 v4.1.0 // indirect

// replace(
// github.com/hugo-toha/toha/v4 => ../toha
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef h1:CCcj0dQWqG0n0t5fhyD5+JYHMsCEdC7qtgHcYw6ABj0=
github.com/hugo-toha/toha/v4 v4.0.1-0.20231229170427-d3968ca711ef/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.1.0 h1:bqaL5BgFNtGIPst0IRACH/Yj5CG3+QFLNOAdciZL640=
github.com/hugo-toha/toha/v4 v4.1.0/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=

0 comments on commit 063dbae

Please sign in to comment.