From f20309631ef87bad9e0483b1bcf1e892939de432 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 24 Sep 2019 22:28:41 +0100 Subject: theme: upgrade to latest v4.6-dev - get GTM and link_authors --- config/_default/params.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config') diff --git a/config/_default/params.toml b/config/_default/params.toml index 5794026a..ba0d97e0 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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 = "" -- cgit v1.2.3