From 36d0e5295a70223c59aa43cf660a7d5962877092 Mon Sep 17 00:00:00 2001 From: Wen Sun Date: Wed, 15 Nov 2023 17:09:49 +0900 Subject: [PATCH] Fix custom analytics doc --- exampleSite/content/docs/partials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/docs/partials/index.md b/exampleSite/content/docs/partials/index.md index f129028a..4af2a536 100644 --- a/exampleSite/content/docs/partials/index.md +++ b/exampleSite/content/docs/partials/index.md @@ -42,7 +42,7 @@ googleAnalytics = "G-MEASUREMENT_ID" ### Custom analytics providers -If you wish to use a different analytics provider on your website you can also override the analytics partial and provide your own script. Simply create the file `layouts/partials/analytics.html` in your project and it will automatically include it in the `` of the website. +If you wish to use a different analytics provider on your website you can also override the analytics partial and provide your own script. Simply create the file `layouts/partials/extend-head.html` in your project and it will automatically include it in the `` of the website. ## Comments