theme: upgrade to latest v4.6-dev - get GTM and link_authors
This commit is contained in:
parent
09d1d39944
commit
f20309631e
3 changed files with 12 additions and 2 deletions
|
@ -160,6 +160,9 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
|
|||
# Enable in-built social sharing buttons? (true/false)
|
||||
sharing = true
|
||||
|
||||
# Link authors to their profile page? (true/false)
|
||||
link_authors = true
|
||||
|
||||
# Load CSS and JS plugins
|
||||
# E.g. To load `/assets/css/custom.css`, set `plugins_css = ["custom"]`.
|
||||
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
|
||||
|
@ -243,3 +246,10 @@ plugins_js = []
|
|||
engine = 2
|
||||
api_key = ""
|
||||
zoom = 15
|
||||
|
||||
############################
|
||||
## Marketing
|
||||
############################
|
||||
[marketing]
|
||||
google_analytics = ""
|
||||
google_tag_manager = ""
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
publish = "public"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.58.1"
|
||||
HUGO_VERSION = "0.58.3"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.production.environment]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7ebcc69d42d990831c7775fd9fa5728d6219330a
|
||||
Subproject commit dc0407a0e2fad29e624479bd17f7c89a4aa28582
|
Loading…
Reference in a new issue