Re-order settings
This commit is contained in:
parent
a3ffac3c91
commit
9e82d76b91
1 changed files with 6 additions and 6 deletions
12
_config.yml
12
_config.yml
|
@ -32,12 +32,6 @@ bing_site_verification :
|
||||||
alexa_site_verification :
|
alexa_site_verification :
|
||||||
yandex_site_verification :
|
yandex_site_verification :
|
||||||
|
|
||||||
# Analytics
|
|
||||||
analytics:
|
|
||||||
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
|
||||||
google:
|
|
||||||
tracking_id : "UA-2011187-3"
|
|
||||||
|
|
||||||
# Social Sharing
|
# Social Sharing
|
||||||
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
og_image : "site-logo.png" # Open Graph/Twitter default site image
|
||||||
twitter:
|
twitter:
|
||||||
|
@ -55,6 +49,12 @@ social:
|
||||||
- "https://twitter.com/mmistakes"
|
- "https://twitter.com/mmistakes"
|
||||||
- "https://facebook.com/michaelrose"
|
- "https://facebook.com/michaelrose"
|
||||||
|
|
||||||
|
# Analytics
|
||||||
|
analytics:
|
||||||
|
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
||||||
|
google:
|
||||||
|
tracking_id : "UA-2011187-3"
|
||||||
|
|
||||||
# Google AdSense
|
# Google AdSense
|
||||||
google_ad_client :
|
google_ad_client :
|
||||||
google_ad_slot :
|
google_ad_slot :
|
||||||
|
|
Loading…
Add table
Reference in a new issue