Skip to content

Commit

Permalink
feat: Replace "Twitter" icon with "X" icon in footer (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: Erick Lasluisa <[email protected]>

    Fri Sep 27 15:52:32 2024 -0500
On branch Replace-X-Icon

Signed-off-by: Erick Lasluisa <[email protected]>
Date:      Fri Sep 27 15:52:32 2024 -0500
On branch Replace-X-Icon
  • Loading branch information
ericklasluisa authored Sep 30, 2024
1 parent 4e451b9 commit e8957c4
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 33 deletions.
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ link = "https://www.linkedin.com/company/microcks/"

[[social]]
title = "Twitter"
icon = "fab fa-twitter" # themify icon : https://themify.me/themify-icons
icon = "fab fa-x-twitter" # themify icon : https://themify.me/themify-icons
link = "https://twitter.com/microcksio"

[[social]]
Expand Down
64 changes: 32 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@ module examplesite.com
go 1.20

require (
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20231128022238-01f05014fce9 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20231128022238-01f05014fce9 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230705095442-1f2d5ac8b18d // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 // indirect
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/images v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/tab v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gethugothemes/hugo-modules/videos v0.0.0-20240925042433-d2b5d05977e8 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
)
Loading

0 comments on commit e8957c4

Please sign in to comment.