Fix deprecation warnings (#908)
* Example site: bump hugo modules to latest versions * Fix deprecation warnings emitted by hugo v0.124 * Fix typos * Netlify: bump hugo version --------- Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
6f4e23ad40
commit
3edd8e7858
44 changed files with 66 additions and 64 deletions
|
@ -3,8 +3,8 @@ module github.com/hugo-toha/toha/exampleSite
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20231031082630-2c32a26d2207 // indirect
|
||||
github.com/hugo-toha/toha/v4 v4.0.0-20231113175302-e5230e8c93d8 // indirect
|
||||
github.com/hugo-toha/hugo-toha.github.io v0.0.0-20240319164719-d8a7e99b594d // indirect
|
||||
github.com/hugo-toha/toha/v4 v4.4.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/hugo-toha/toha/v4 => ../
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue