Skip to content

Commit

Permalink
Update theme (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq <49736102+kodiakhq@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Apr 28, 2024
1 parent d015eec commit f137fe7
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": {
"*": [
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.1-0.20240422113608-3290d40918ef/assets/*"
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/v4@v4.4.1-0.20240425113647-5b1248da4d04/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.4.1-0.20240422113608-3290d40918ef // indirect
require github.com/hugo-toha/toha/v4 v4.4.1-0.20240425113647-5b1248da4d04 // 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.4.1-0.20240422113608-3290d40918ef h1:R5juFHmNyCb5pJ/I1UbqmK8GxbMktHdSOiob/BGccIo=
github.com/hugo-toha/toha/v4 v4.4.1-0.20240422113608-3290d40918ef/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=
github.com/hugo-toha/toha/v4 v4.4.1-0.20240425113647-5b1248da4d04 h1:/E5grwDB7FTzwBTbj1nvwBOR2HG3miVePe8clJlauWw=
github.com/hugo-toha/toha/v4 v4.4.1-0.20240425113647-5b1248da4d04/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ=

0 comments on commit f137fe7

Please sign in to comment.