From 5e9ecb217949467243e38f8806f94a96a9daac3c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 23 Oct 2023 06:48:57 -0700 Subject: [PATCH] Prepare for pending deprecations --- config/_default/params.toml | 3 +++ hugo.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config/_default/params.toml b/config/_default/params.toml index 7103394a6..3fddf9dbc 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -19,3 +19,6 @@ images = ["images/gohugoio-card.png"] flex_box_interior_classes = "flex-auto w-100 w-40-l mr3 mb3 bg-white ba b--moon-gray nested-copy-line-height" #sidebar_direction = "sidebar_left" + +[social] +twitter = "GoHugoIO" diff --git a/hugo.toml b/hugo.toml index 46486aec9..3126027a9 100644 --- a/hugo.toml +++ b/hugo.toml @@ -86,6 +86,9 @@ ID = 'G-MBZGKNMDWC' weight = 60 cardinalityThreshold = 50 +# TODO delete when (a) Netlify is building the site with v0.120.0 or later, +# and (b) the changes fom gohugoioTheme/commit/af97b8e61638ddf043b87590cd567d76045bf9be +# have been pulled into this repo. [social] twitter = "GoHugoIO"