Update theme to use the latest Simple Icons module

This commit is contained in:
Gabriel Arazas 2021-01-14 00:50:49 +08:00
parent 023c34c22a
commit ab529fb369
3 changed files with 7 additions and 4 deletions

View File

@ -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].

2
go.mod
View File

@ -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
)

6
go.sum
View File

@ -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=