mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 19:01:52 +02:00
Fix custom analytics doc
This commit is contained in:
parent
77764f9005
commit
36d0e5295a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue