Fix typo.
This commit is contained in:
parent
f0b522d804
commit
40dc516ef8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CC_LICENSE = { 'name': 'Creative Commons Attribution-ShareAlike', 'version':'4.0
|
||||||
MAIN_MENU = True
|
MAIN_MENU = True
|
||||||
DISQUS_SITENAME = 'yoursite'
|
DISQUS_SITENAME = 'yoursite'
|
||||||
GOOGLE_ANALYTICS = 'UA-1234-5678'
|
GOOGLE_ANALYTICS = 'UA-1234-5678'
|
||||||
GOOGLE_TAG_MANAGER = GTM-ABCDEF
|
GOOGLE_TAG_MANAGER = 'GTM-ABCDEF'
|
||||||
STATUSCAKE = { 'trackid': 'your-id', 'days': 7 }
|
STATUSCAKE = { 'trackid': 'your-id', 'days': 7 }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue