mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-05-13 15:57:49 +02:00
layouts: fix some deprecations
Fix these errors from Hugo: ERROR deprecated: .Site.GoogleAnalytics was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.134.0. Use .Site.Config.Services.GoogleAnalytics.ID instead. ERROR deprecated: .Site.DisqusShortname was deprecated in Hugo v0.120.0 and will be removed in Hugo 0.134.0. Use .Site.Config.Services.Disqus.Shortname instead.
This commit is contained in:
@ -28,7 +28,7 @@ Haven.create({
|
||||
{
|
||||
name: 'google-analytics',
|
||||
options: {
|
||||
id: {{ .Site.GoogleAnalytics }},
|
||||
id: {{ .Site.Config.Services.GoogleAnalytics.ID }},
|
||||
},
|
||||
purposes: ['analytics'],
|
||||
inject: true,
|
||||
|
Reference in New Issue
Block a user