update google-font linking and remove unncessarry things
This commit is contained in:
@@ -68,9 +68,6 @@ path = "github.com/gethugothemes/hugo-modules/components/render-link"
|
||||
[[imports]]
|
||||
path = "github.com/gethugothemes/hugo-modules/shortcodes/button"
|
||||
|
||||
[[imports]]
|
||||
path = "github.com/gethugothemes/hugo-modules/shortcodes/codepen"
|
||||
|
||||
[[imports]]
|
||||
path = "github.com/gethugothemes/hugo-modules/shortcodes/notice"
|
||||
|
||||
|
@@ -31,7 +31,7 @@ copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
|
||||
|
||||
# Preloader
|
||||
[preloader]
|
||||
enable = true
|
||||
enable = false
|
||||
preloader = "" # use jpg, png, svg or gif format.
|
||||
|
||||
# Navigation button
|
||||
@@ -69,7 +69,7 @@ mastodon = "" # Your verification code
|
||||
|
||||
# cookies
|
||||
[cookies]
|
||||
enable = true
|
||||
enable = false
|
||||
expire_days = 60
|
||||
content = "This site uses cookies. By continuing to use this website, you agree to their use."
|
||||
button = "I Accept"
|
||||
|
@@ -199,12 +199,6 @@ print s
|
||||
|
||||
<hr>
|
||||
|
||||
### Codepen
|
||||
|
||||
{{< codepen id="QWvKwmq" theme="light" height="600" >}}
|
||||
|
||||
<hr>
|
||||
|
||||
### Tables
|
||||
|
||||
| Tables | Are | Cool |
|
||||
|
@@ -21,10 +21,9 @@ require (
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager 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/notice v0.0.0-20230705095442-1f2d5ac8b18d // indirect
|
||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20230705095442-1f2d5ac8b18d // indirect
|
||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20230705095442-1f2d5ac8b18d // indirect
|
||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20230705095442-1f2d5ac8b18d // indirect
|
||||
github.com/zeon-studio/hugoplate v0.0.0-20230712035532-5eca80cb99df // indirect
|
||||
github.com/zeon-studio/hugoplate v0.0.0-20230718063034-8e771a89b4a1 // indirect
|
||||
)
|
||||
|
@@ -140,9 +140,4 @@ link = "js/modal.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/cookie.js"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/lazy-loader.js"
|
||||
[[params.plugins.js]]
|
||||
link = "https://cpwebassets.codepen.io/assets/embed/ei.js"
|
||||
attributes = "async"
|
||||
[[params.plugins.js]]
|
||||
link = "plugins/youtube-lite.js"
|
||||
|
Reference in New Issue
Block a user