diff --git a/_config.yml b/_config.yml index 1fd94f1ef..97e73ebed 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,9 @@ sass: style: compressed # Google Analytics -#google-analytics: UA-XXXXX-Y +google-analytics: + tracking-id: UA-XXXXX-Y + track-social-links: false # Social Links #email: email @@ -53,6 +55,7 @@ stackoverflow: 123456/username from a "http://stackoverflow.com/users/1234 #xmpp: username@server.com #hackernews: username behance: username +#strava: userid # no icon for now, check font awesome for updates # number form a my profile link https://www.strava.com/athletes/123456 # Gems gems: diff --git a/_includes/scripts.html b/_includes/scripts.html index 6430a8456..8ca8b8c4b 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -1,13 +1,13 @@ -{% if site.google-analytics %} +{% if site.google-analytics.tracking-id %} diff --git a/_includes/social-links.html b/_includes/social-links.html index 090ce9002..ed833d50e 100644 --- a/_includes/social-links.html +++ b/_includes/social-links.html @@ -1,26 +1,28 @@ \ No newline at end of file