Merge pull request #1058 from xwjdsh/fix-custom-analytics-doc

📖 Fix custom analytics doc
This commit is contained in:
Nuno Coração 2023-11-22 11:35:22 +00:00 committed by GitHub
commit 9f3547d632
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ googleAnalytics = "G-MEASUREMENT_ID"
### Custom analytics providers ### 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 ## Comments