diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index ddd6fd4..df96473 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -22,8 +22,11 @@ and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Version === Changed * Clean the layouts. + * Change the style of the horizontal rule with colors. +* Update the link:https://github.com/foo-dogsquared/hugo-mod-simple-icons[Simple Icons module]. + diff --git a/go.mod b/go.mod index c6d8f34..3c3dfa3 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/foo-dogsquared/hugo-theme-more-contentful go 1.15 require ( - github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201106121650-08c012c284f2 // indirect + github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210112174729-cd5a37e6a772 // indirect github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839 // indirect github.com/refactoringui/heroicons v0.4.2 // indirect ) diff --git a/go.sum b/go.sum index 97bf571..4246ca8 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201106121650-08c012c284f2 h1:PvpqPqEoMegk07wdzplhPOV9Nr7CYRBeVlqz535iPqg= -github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20201106121650-08c012c284f2/go.mod h1:yIWROkb+Zcex0JBLlZOnejI83GWOmz/aYtKSNXexLSk= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210112174729-cd5a37e6a772 h1:W7PrIQ80+q3anBniE1kw8LFXgZdsvLn0QGq0JTBoXac= +github.com/foo-dogsquared/hugo-mod-simple-icons v0.0.0-20210112174729-cd5a37e6a772/go.mod h1:Zj/H5B3seQ4WGPwEOE/LtRoMsVy7ooEB0xhUN3k9PnY= github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839 h1:EmCHPgq800ntf7F7ME90g212BywSZRw5XlmpiP24Hdg= github.com/foo-dogsquared/hugo-theme-contentful v1.2.1-0.20201106111203-fd6a6c7a3839/go.mod h1:BL7L5CENEhUx+miRRaOZ9SVC92j9MAMztirBWtTpiPc= github.com/refactoringui/heroicons v0.4.2 h1:gLYH0RH4nLh81yxAC/JgyvKIeK0d+sBVF/I2XkPb6U8= github.com/refactoringui/heroicons v0.4.2/go.mod h1:82HsLWQga7MkEl5aK8TctxPPIBlXrsyWcVTB57uipuk= -github.com/simple-icons/simple-icons v0.0.0-20201103182019-19568e5c3824/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE= +github.com/simple-icons/simple-icons v0.0.0-20210112161000-6f83d1dd8566/go.mod h1:oOgUUt8yVYOso/wEBi2ojfZP2MU/xxiNccIpaE+jCvE=