Update go.mod for recent Hugo versions

This commit is contained in:
Gabriel Arazas 2022-05-09 20:15:52 +08:00
parent 06b0d37fbd
commit 97e08d0557
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,9 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version
=== 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`).
* More consistent theming for the content text.

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/foo-dogsquared/hugo-theme-more-contentful
go 1.15
go 1.16
require (
github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20220427232352-6d776459d165 // indirect