This commit is contained in:
Nuno Coração
2023-11-22 11:42:49 +00:00
2 changed files with 2 additions and 2 deletions

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