mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-31 04:58:14 +00:00
Update go.mod
for recent Hugo versions
This commit is contained in:
parent
06b0d37fbd
commit
97e08d0557
@ -22,6 +22,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
|
|||||||
|
|
||||||
=== Updated
|
=== Updated
|
||||||
|
|
||||||
|
* Minimum Go runtime version in `go.mod`.
|
||||||
|
This is more like someone forgot to update it from the previous release but pay no mind for it. footnote:[Since recent Hugo versions require Go v1.16 at minimum, anyways. ;p]
|
||||||
|
|
||||||
* The code block has maximum height for half the height of the viewport (`50vh`).
|
* The code block has maximum height for half the height of the viewport (`50vh`).
|
||||||
|
|
||||||
* More consistent theming for the content text.
|
* More consistent theming for the content text.
|
||||||
|
2
go.mod
2
go.mod
@ -1,6 +1,6 @@
|
|||||||
module github.com/foo-dogsquared/hugo-theme-more-contentful
|
module github.com/foo-dogsquared/hugo-theme-more-contentful
|
||||||
|
|
||||||
go 1.15
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect
|
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect
|
||||||
|
Loading…
Reference in New Issue
Block a user