mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-14 06:42:35 +00:00
Improved Google Analytics example
This commit is contained in:
parent
b375f4e3d5
commit
16010ee28b
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ preferred-dark-theme = "navy"
|
||||||
curly-quotes = true
|
curly-quotes = true
|
||||||
mathjax-support = false
|
mathjax-support = false
|
||||||
copy-fonts = true
|
copy-fonts = true
|
||||||
google-analytics = "123456"
|
google-analytics = "UA-123456-7"
|
||||||
additional-css = ["custom.css", "custom2.css"]
|
additional-css = ["custom.css", "custom2.css"]
|
||||||
additional-js = ["custom.js"]
|
additional-js = ["custom.js"]
|
||||||
no-section-label = false
|
no-section-label = false
|
||||||
|
|
Loading…
Reference in a new issue