From e8957c43c2f686d596f8975b2d86052aec367034 Mon Sep 17 00:00:00 2001 From: Erick Lasluisa <116609199+ericklasluisa@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:28:37 -0500 Subject: [PATCH] feat: Replace "Twitter" icon with "X" icon in footer (#236) Signed-off-by: Erick Lasluisa Fri Sep 27 15:52:32 2024 -0500 On branch Replace-X-Icon Signed-off-by: Erick Lasluisa Date: Fri Sep 27 15:52:32 2024 -0500 On branch Replace-X-Icon --- config/_default/params.toml | 2 +- go.mod | 64 ++++++++++++++++++------------------ go.sum | 65 +++++++++++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+), 33 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index fa39210d..51dc19e8 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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]] diff --git a/go.mod b/go.mod index ae7cce1b..03dda14e 100644 --- a/go.mod +++ b/go.mod @@ -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 ) diff --git a/go.sum b/go.sum index a4a20213..04ac3b07 100644 --- a/go.sum +++ b/go.sum @@ -1,66 +1,131 @@ github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230705095442-1f2d5ac8b18d h1:jQSqk58QBOw45BDkTMoMgjCvIuCkdjWM786NzDwZuos= github.com/gethugothemes/hugo-modules/accordion v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:D4DpauKPDcUHI9CVKYmJeO6bkSJIhUN864TyXZ2o0VI= +github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240925042433-d2b5d05977e8 h1:glx/9W1+SUOc3YQROIA59CBr6myIo3gzsJysJJaQe/A= +github.com/gethugothemes/hugo-modules/accordion v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:D4DpauKPDcUHI9CVKYmJeO6bkSJIhUN864TyXZ2o0VI= github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230705095442-1f2d5ac8b18d h1:AVqybWwrZ9OSQhmYLd4sTCoULxTMAKFUD3owgn6VGSQ= github.com/gethugothemes/hugo-modules/adsense v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:8p/gG/cyyu20z4q5cFN/JGE5TOFA55Xsp+aIP9KCsqo= +github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240925042433-d2b5d05977e8 h1:ewKsG7Nfk55KHJbOLiRNHu01UURu6fS6RWA2RY6S8k4= +github.com/gethugothemes/hugo-modules/adsense v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:8p/gG/cyyu20z4q5cFN/JGE5TOFA55Xsp+aIP9KCsqo= github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230705095442-1f2d5ac8b18d h1:dFISe5rnA7vrRuVmP83JP8uXRLgMez/elmAwtB/vI+Y= github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:511ERLpGe3ZTfV2z/NAtUSR5NqKF26h9z5lU/zYV4YQ= +github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240925042433-d2b5d05977e8 h1:oIO0o2wdY2Jhkz+NyzTgwizCGSf6V0IGumuD985SKeU= +github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:511ERLpGe3ZTfV2z/NAtUSR5NqKF26h9z5lU/zYV4YQ= github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20230705095442-1f2d5ac8b18d h1:KcxsNsQbFLTIAukXXw9iIpILt+YtQCyyGOQ5S1qXXD0= github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:qiV/PIeVY59RD2W885rFWc7b62uovQZO6VPFHeP5LT0= +github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20240925042433-d2b5d05977e8 h1:6kmR95oBWLIPXMQ9BC8qdwEg3NfuQOuOE1gMJnH09t8= +github.com/gethugothemes/hugo-modules/components/crisp-chat v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:qiV/PIeVY59RD2W885rFWc7b62uovQZO6VPFHeP5LT0= github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230705095442-1f2d5ac8b18d h1:7CrXusaqUGzWcf7D9XSggxrSZ8K4AQ5io+mL9g+2W04= github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:RuDHq4WnK8sNEzAIJr4BZQ7oXhzcct/EKaAxc2Xvi9E= +github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240925042433-d2b5d05977e8 h1:b/zLhGA++K6BBuat2bc8LX1EUUgfbXr0csu3CBaR/9s= +github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:RuDHq4WnK8sNEzAIJr4BZQ7oXhzcct/EKaAxc2Xvi9E= github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230705095442-1f2d5ac8b18d h1:/04Nzs7aQ+YzMAcrK7byZXDzX8rDe66n6y9uEvsbXqk= github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:FP0iQ3tMOesuWFZhLst2KEvUEYPb5Jk1GW+QBP9lrwg= +github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240925042433-d2b5d05977e8 h1:qXQgATaoB64NwDGxtEsN3dvL79eoJc8de7qzhY1qlGs= +github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:FP0iQ3tMOesuWFZhLst2KEvUEYPb5Jk1GW+QBP9lrwg= github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230705095442-1f2d5ac8b18d h1:jQA77cMSmYoCD8LZJsIxwZBPtoACgSv9pY4LjmFTDAg= github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:z3YcIeEBUonAoRDY1/Jv1ojNVkZ5ud35a0Nn8L4Inx0= +github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240925042433-d2b5d05977e8 h1:mK0hf8QyPHHT+vYTnAJ23R8S0oudNluyQ8N24Gg3Buk= +github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:z3YcIeEBUonAoRDY1/Jv1ojNVkZ5ud35a0Nn8L4Inx0= github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230705095442-1f2d5ac8b18d h1:YafsTBhqpK/7zPms9rK4D5wwEsfuFYujqhFknD1zNfs= github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:Gcj4RM/EBECsJMZnPeWjfy/1roRYGqzV9GYNmeHkvFA= +github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240925042433-d2b5d05977e8 h1:+cMV+5ctKpE5rL3gwHJphIWmIr0+PNJvsLhopiC8biY= +github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:Gcj4RM/EBECsJMZnPeWjfy/1roRYGqzV9GYNmeHkvFA= github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230705095442-1f2d5ac8b18d h1:q3GLopQAtqYaB0+/E/30TdrTMrai/Tg9WEpL2SJCoIQ= github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:MvQ2js/ofZ22CTX5wuvE+dC0rMe6C5HAWL2fEOu/yzE= +github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240925042433-d2b5d05977e8 h1:/2gTKMuTvHO+PoZ7H6SGBHB8vtCaFi6lttfBtY74i3E= +github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:MvQ2js/ofZ22CTX5wuvE+dC0rMe6C5HAWL2fEOu/yzE= github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230705095442-1f2d5ac8b18d h1:G/UA6GpJzIY1Dau3crhPbmdSDPFlpTbyvPE74xLPNSY= github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:0ZMjTZVG4XLZU2/icc8Saqo4mmgMpfRTrUZU2Aa2Pwg= +github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240925042433-d2b5d05977e8 h1:5/R8j8xG2tvH6bsBrrF1zG6JdBxzzGf7ITlgysgteI0= +github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:0ZMjTZVG4XLZU2/icc8Saqo4mmgMpfRTrUZU2Aa2Pwg= github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230705095442-1f2d5ac8b18d h1:4iFMEVLb/NK7heoGFw4rjD3fm3Ig/rLZDpZ8JVIZUgU= github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:d3gy1vQyfasPmGpau7HpQLrXbOv23PfXclSnjyOBxeU= +github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240925042433-d2b5d05977e8 h1:h2xHThbg1laJN6t2+bMr6dIAcD/b0IXBWOp+kJlzJec= +github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:d3gy1vQyfasPmGpau7HpQLrXbOv23PfXclSnjyOBxeU= github.com/gethugothemes/hugo-modules/images v0.0.0-20230705095442-1f2d5ac8b18d h1:4BSpUG0gKaEV0P5KTS37Z3GQuzfuEM3cZWBAql1XztU= github.com/gethugothemes/hugo-modules/images v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:FKliP3qOW9diIcQeLtyZ0Hdhg3PL8bdAkC/6O+XtU90= +github.com/gethugothemes/hugo-modules/images v0.0.0-20240925042433-d2b5d05977e8 h1:rGWMqcpmotd5G+q5HS9p9sC4GQF2hMxEesuJx8aKvKE= +github.com/gethugothemes/hugo-modules/images v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:FKliP3qOW9diIcQeLtyZ0Hdhg3PL8bdAkC/6O+XtU90= github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230705095442-1f2d5ac8b18d h1:MpWB3xZuPIttuRmAuaC8AHPcMmmPilq2VfmJSvV6aco= github.com/gethugothemes/hugo-modules/pwa v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:TRv7iszdfo37O1PbBEE+S8X/enAdpRIxK5DGrp13Qbo= +github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240925042433-d2b5d05977e8 h1:cTObVCZAxl/yW2oVH3FVmg8npXqLWRemuJjXHnnTq0Y= +github.com/gethugothemes/hugo-modules/pwa v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:TRv7iszdfo37O1PbBEE+S8X/enAdpRIxK5DGrp13Qbo= github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20230705095442-1f2d5ac8b18d h1:SAfuxvf36uy4QIhNRz2UIvxlsZQpb9BBvdy7vKnUcPc= github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:D/bbq2hSHE+r582zpC3rEdvuk8GufDnq9sGL3xCk/C0= +github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20240925042433-d2b5d05977e8 h1:tsYuHy7SsoKlJkADdTrCJIXYs+NRyt0kc6qn+YvbxoU= +github.com/gethugothemes/hugo-modules/seo-tools/baidu-analytics v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:D/bbq2hSHE+r582zpC3rEdvuk8GufDnq9sGL3xCk/C0= github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230705095442-1f2d5ac8b18d h1:/4LCpHtGjTUCepN5S53I0mcHos5K4vXM8xGQvPgKaN4= github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:Q8dPgjamV7pxwKSQyWV21Xwh5CGi23/k+M8HPTphYbs= +github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240925042433-d2b5d05977e8 h1:cyhgsUNA0Kr172aab/Iy/K11KODP/lTzlOxuNY497vA= +github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:Q8dPgjamV7pxwKSQyWV21Xwh5CGi23/k+M8HPTphYbs= github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20230705095442-1f2d5ac8b18d h1:JDY985GHu4ya5mNq4atp6Jwa66IpjsqVpGu7jNyuSR8= github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:3kPooRg0PWUkciccThPQbBvIpTfSCo7W9mc3a5GxXHs= +github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20240925042433-d2b5d05977e8 h1:YpebNS5F+zV8yE9e8W3jHp81cj5/7zWieB34VUTWAOo= +github.com/gethugothemes/hugo-modules/seo-tools/counter-analytics v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:3kPooRg0PWUkciccThPQbBvIpTfSCo7W9mc3a5GxXHs= github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230705095442-1f2d5ac8b18d h1:fsCAZMRB4Z51rBCzukLoMqDU0dqkj268zsUMo41Bqxk= github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:cCq50yd55eFTrpqOfeyOK5X0hU5E7qxsqOD7IzTsgLA= +github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240925042433-d2b5d05977e8 h1:WDiOV7iyIFGAUwQzDojoYSayovskKB3mPxm11mf99F4= +github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:cCq50yd55eFTrpqOfeyOK5X0hU5E7qxsqOD7IzTsgLA= github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20230705095442-1f2d5ac8b18d h1:goXIeNuaH9UWbvXTnAwxe7OswMA6RJs5MIlddrXp4xo= github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:P2GLltWjXFBJlatFKh4l6WOBszW7+f09myLkZoBBgEs= +github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20240925042433-d2b5d05977e8 h1:GQ5hErPi3W4sHq9BTcqDoij2jtPB1Xp2dahl5y/pO1Q= +github.com/gethugothemes/hugo-modules/seo-tools/matomo-analytics v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:P2GLltWjXFBJlatFKh4l6WOBszW7+f09myLkZoBBgEs= github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20230705095442-1f2d5ac8b18d h1:R3LY1CIhd6dRRfDxxmw5DcE6tlWc8z5eVMOjVf6MsRA= github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:MOJtK8ttzyqQiqs0xQkk6xgPaxGbcH7WI5thobpNvqg= +github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20240925042433-d2b5d05977e8 h1:VmsGMFVCQgcCNsVuWicafA5fOdVTEBK80ndBj3flDN4= +github.com/gethugothemes/hugo-modules/seo-tools/plausible-analytics v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:MOJtK8ttzyqQiqs0xQkk6xgPaxGbcH7WI5thobpNvqg= github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230705095442-1f2d5ac8b18d h1:uruEG9JH6C1jP07LFeut03+a4foZ70CH+VS0EvJQjSk= github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:iXielaya126qJscz7Bc2G2WB91moloQOoWru6UoBUyE= +github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240925042433-d2b5d05977e8 h1:qlKzcEIQqvbw+q+7RynsqSMVSQ/UafD5Xe3B9A7VMF0= +github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:iXielaya126qJscz7Bc2G2WB91moloQOoWru6UoBUyE= github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230705095442-1f2d5ac8b18d h1:/iW6rzcTpffNsKi4VvK2yloYqHZqJU/wz/1VONMMVXs= github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:MSvxGvjvcGUKTs6YMATU/9kYFrzW+VSVdy4CCOQLdsY= +github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240925042433-d2b5d05977e8 h1:lugKYn6GRv4MVCC1vDJwm94Y6r2eq1CCxwMfK/ha51I= +github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:MSvxGvjvcGUKTs6YMATU/9kYFrzW+VSVdy4CCOQLdsY= github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230705095442-1f2d5ac8b18d h1:zUnFdn+f1hCAd9Wf3LKkRP/z+0vfMnZlAyYiddS1G9g= github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:Y4eAJ7fkCSC6k6fl1+qF4DIoRepAYyB9Om4kBCAixcg= +github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20240925042433-d2b5d05977e8 h1:NayJdgpxNzGKmlWHDEH/Wob3u5JAh+/dsHdUcsdMOsM= +github.com/gethugothemes/hugo-modules/shortcodes/codepen v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:Y4eAJ7fkCSC6k6fl1+qF4DIoRepAYyB9Om4kBCAixcg= github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20230705095442-1f2d5ac8b18d h1:6304Bk8yoM7DAbFO0CPUPKOyvmu5+QuRXTv1qocw6PQ= github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:rBCFuR+QzMk0S1npR0zVDzgocFncOmyxWToJlRw4ZxU= +github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20240925042433-d2b5d05977e8 h1:/ekDbxlWbloUT149PLaCKTORR7rKoeJaqOdOXlFsDSg= +github.com/gethugothemes/hugo-modules/shortcodes/collapse v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:rBCFuR+QzMk0S1npR0zVDzgocFncOmyxWToJlRw4ZxU= github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20230705095442-1f2d5ac8b18d h1:Yi3x4PvEx/91Fjiucr8SNa/dlsxGPGdh3FSmFJUsLxw= github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:nPS/s/W7rrOwgt46g4/tOkBhiJzg61M6AzUbGbNTNKY= +github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20240925042433-d2b5d05977e8 h1:AhY4qvFxv9J6UzbDwXsYHqyamTFBR6OaEv2LJOtfoBg= +github.com/gethugothemes/hugo-modules/shortcodes/gallery v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:nPS/s/W7rrOwgt46g4/tOkBhiJzg61M6AzUbGbNTNKY= github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230705095442-1f2d5ac8b18d h1:k66Lbkjz413r8HgwpgH4uAnSsNGiPLP6G3EYm5LdABM= github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:ljWyMJx82WA+6SlKjbGFhEdxcriyvUTCjXkJHDa4lho= +github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240925042433-d2b5d05977e8 h1:OODdhrS3Fy9GTGvKzk704NfwR4p+1s4ymVrCPEGct1o= +github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:ljWyMJx82WA+6SlKjbGFhEdxcriyvUTCjXkJHDa4lho= github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20230705095442-1f2d5ac8b18d h1:+Tpdpd8spMLOuwOHvw85H0aQk43ioSgc/y3k5mG0REU= github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:LKCp/rg9cHtfjHpIEYmpR8kuauI8JNN79nmdkFURXp0= +github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20240925042433-d2b5d05977e8 h1:UfZLrz9c/e6jZwNjJPRPOVL+k/vNIPzCve7QA9VcNbQ= +github.com/gethugothemes/hugo-modules/shortcodes/table-of-contents v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:LKCp/rg9cHtfjHpIEYmpR8kuauI8JNN79nmdkFURXp0= github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20231128022238-01f05014fce9 h1:pytN0Rx/maif2qHLC3wEQ0RKRGg1mXy7sEfZo2XjHUc= github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20231128022238-01f05014fce9/go.mod h1:zaQhvQgsSOWfSm/zP3NbWWEfrxgrcdpBblljz2IA2vA= +github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20240925042433-d2b5d05977e8 h1:wGiEHblbXl9qYzFcIoOk+LzNmhukToXjf+YVVFZwHvY= +github.com/gethugothemes/hugo-modules/shortcodes/tabs v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:zaQhvQgsSOWfSm/zP3NbWWEfrxgrcdpBblljz2IA2vA= github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20231128022238-01f05014fce9 h1:4Ae4aaFZ4aSx6yCQMwcWeOgrDlsfxBRPjJ/VF1loaQc= github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20231128022238-01f05014fce9/go.mod h1:s5CHMBd7/NalnckFfRhZJvqXPY/QTrluDvRgZm7+Cr0= +github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20240925042433-d2b5d05977e8 h1:GmBpIrEhfkBG5MTw++XOvKqVUcqCMy0TFnPXGFOBL60= +github.com/gethugothemes/hugo-modules/shortcodes/video v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:s5CHMBd7/NalnckFfRhZJvqXPY/QTrluDvRgZm7+Cr0= github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20230705095442-1f2d5ac8b18d h1:WZmbpCiuHg5PwVubd/7aEumDhjipX1ZyeduOEFpbUJE= github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:DtWNw6au8NQg1Y0x470DstCHqjWZPnwm61Uu6ZIMy50= +github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20240925042433-d2b5d05977e8 h1:37TeExumLSf8kV1MGGk8YgeloDASIRqejc+65YAZcAg= +github.com/gethugothemes/hugo-modules/shortcodes/youtube-lite v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:DtWNw6au8NQg1Y0x470DstCHqjWZPnwm61Uu6ZIMy50= github.com/gethugothemes/hugo-modules/tab v0.0.0-20230705095442-1f2d5ac8b18d h1:dC5Q6Av0cIymvQSMTCkvmUTPtE+3K87C4G0cw6CN1b0= github.com/gethugothemes/hugo-modules/tab v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:h3UxlxrFoU19JldxWLPBKaTZFe3AJtABrqo1wfxr+Ng= +github.com/gethugothemes/hugo-modules/tab v0.0.0-20240925042433-d2b5d05977e8 h1:/CjcG8HFYt6ROy9jLpikozjVAQngN0gnVsw/Jbs8lCg= +github.com/gethugothemes/hugo-modules/tab v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:h3UxlxrFoU19JldxWLPBKaTZFe3AJtABrqo1wfxr+Ng= github.com/gethugothemes/hugo-modules/videos v0.0.0-20230705095442-1f2d5ac8b18d h1:uQ/wG/8Dj13J/Yv60fua86XNN/AehNF6pigULseTef0= github.com/gethugothemes/hugo-modules/videos v0.0.0-20230705095442-1f2d5ac8b18d/go.mod h1:P722lLWdnNhdZVq6gvMrOLqECUwrAYQWaOWlChta5H0= +github.com/gethugothemes/hugo-modules/videos v0.0.0-20240925042433-d2b5d05977e8 h1:0nNuE80/NDYplmQPj0lB0O5xUUdC13qHnxcaMOOul9E= +github.com/gethugothemes/hugo-modules/videos v0.0.0-20240925042433-d2b5d05977e8/go.mod h1:P722lLWdnNhdZVq6gvMrOLqECUwrAYQWaOWlChta5H0= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003 h1:pt/JGVD5YYRsVVijOHPZI6YKTUvbR4e0hgV9B0S6rbI= github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20003/go.mod h1:mvM05r93HiefwoaxQTaYiJxtJAhTebwQtU1Xh/J+Okk= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs= +github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200/go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA= github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000/go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI= github.com/twbs/bootstrap v5.3.0+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0= +github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=