From a9d7abe9c86c5dd331e9f797816db0f7733e26f3 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 31 Aug 2023 16:25:51 +0000 Subject: [PATCH] Add Google Analytics. --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.toml b/hugo.toml index 0a40cbb..1258900 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,6 +2,7 @@ baseURL = 'https://freyjaskiss.com/' languageCode = 'en-us' title = "Freyja's Kiss" theme = 'mainroad' +googleAnalytics = 'G-MDLYY91KV0' [menu] [[menu.main]] @@ -17,6 +18,9 @@ dateformat = '2006-01-02' post_meta = ["date", "author", "tags"] customCSS = ["css/custom.css"] readmore = true +twitter_cards = true +opengraph = true +schema = true [Params.sidebar] home = "right"