Updating posts
This commit is contained in:
parent
2fb1eb7363
commit
1158b7176b
21 changed files with 299 additions and 122 deletions
6
go.mod
6
go.mod
|
|
@ -2,4 +2,8 @@ module github.com/unbolt/ritual.sh
|
|||
|
||||
go 1.21.7
|
||||
|
||||
require github.com/UtkarshVerma/hugo-modules/responsive-images v0.0.0-20231218022719-c138711ef070 // indirect
|
||||
require (
|
||||
github.com/UtkarshVerma/hugo-modules/responsive-images v0.0.0-20231218022719-c138711ef070 // indirect
|
||||
github.com/aFarkas/lazysizes v0.0.0-20210517092641-1523a4ff4579 // indirect
|
||||
github.com/hugo-mods/lazyimg v0.0.0-20220925161121-72183e14a364 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue