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 @@
- {% if site.email %} {% endif %}
- {% if site.behance %} {% endif %}
- {% if site.twitter %} {% endif %}
- {% if site.facebook %} {% endif %}
- {% if site.google.plus %} {% endif %}
- {% if site.linkedin %} {% endif %}
- {% if site.xing %} {% endif %}
- {% if site.instagram %} {% endif %}
- {% if site.tumblr %} {% endif %}
- {% if site.github %} {% endif %}
- {% if site.stackoverflow %} {% endif %}
- {% if site.lastfm %} {% endif %}
- {% if site.dribbble %} {% endif %}
- {% if site.pinterest %} {% endif %}
- {% if site.foursquare %} {% endif %}
- {% if site.steam %} {% endif %}
- {% if site.youtube %} {% endif %}
- {% if site.soundcloud %} {% endif %}
- {% if site.weibo %} {% endif %}
- {% if site.flickr %} {% endif %}
- {% if site.codepen %} {% endif %}
- {% if site.keybase %} {% endif %}
- {% if site.xmpp %} {% endif %}
- {% if site.hackernews %} {% endif %}
+ {% if site.email %} {% endif %}
+ {% if site.behance %} {% endif %}
+ {% if site.twitter %} {% endif %}
+ {% if site.facebook %} {% endif %}
+ {% if site.google.plus %} {% endif %}
+ {% if site.linkedin %} {% endif %}
+ {% if site.xing %} {% endif %}
+ {% if site.instagram %} {% endif %}
+ {% if site.tumblr %} {% endif %}
+ {% if site.github %} {% endif %}
+ {% if site.stackoverflow %} {% endif %}
+ {% if site.lastfm %} {% endif %}
+ {% if site.dribbble %} {% endif %}
+ {% if site.pinterest %} {% endif %}
+ {% if site.foursquare %} {% endif %}
+ {% if site.steam %} {% endif %}
+ {% if site.youtube %} {% endif %}
+ {% if site.soundcloud %} {% endif %}
+ {% if site.weibo %} {% endif %}
+ {% if site.flickr %} {% endif %}
+ {% if site.codepen %} {% endif %}
+ {% if site.keybase %} {% endif %}
+ {% if site.xmpp %} {% endif %}
+ {% if site.hackernews %} {% endif %}
+ {% if site.strava %}
{% endif %}
+ {% if site.goodreads %} {% endif %}
\ No newline at end of file