{% if site.production and site.google_ua %}
{% include javascript/google_analytics.html %}
{% endif %}
{% if page.google_plus %}
{% include javascript/google_plus.html %}
{% endif %}
{% if page.twitter_share %}
{% include javascript/twitter.html %}
{% endif %}
{% if page.facebook_like %}
{% include javascript/facebook.html %}
{% endif %}
{% if (page.comments or page.show_comment_counts) and site.disqus_shortname %}
{% include javascript/disqus.html %}
{% endif %}