Fix custom analytics doc

This commit is contained in:
Wen Sun
2023-11-15 17:09:49 +09:00
parent 77764f9005
commit 36d0e5295a

View File

@@ -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 `<head>` 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 `<head>` of the website.
## Comments