Add Google Analytics.

This commit is contained in:
Anna Rose 2023-08-31 16:25:51 +00:00
parent f569f1dadc
commit a9d7abe9c8

View File

@ -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"