summaryrefslogtreecommitdiff
path: root/_site_build/_layouts/default.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-03-07 16:38:04 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-03-07 16:38:04 +0000
commitdcdf316c732795f59c689e71b7928a5f695e42cb (patch)
tree9fce32cb0c641c3230d1ddc67ad5e33280ad9c2d /_site_build/_layouts/default.html
parentb60484526d692a878a81d496a78d932f54dfc3d4 (diff)
parentcbcc70fde18979e024ca4d0afd031fee60aff907 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to '_site_build/_layouts/default.html')
-rw-r--r--_site_build/_layouts/default.html13
1 files changed, 11 insertions, 2 deletions
diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html
index 17944c5..264ad87 100644
--- a/_site_build/_layouts/default.html
+++ b/_site_build/_layouts/default.html
@@ -28,10 +28,19 @@
</div>
</div>
{% if site.production and site.google_ua %}
- {% include google_analytics.html %}
+ {% 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 disqus.html %}
+ {% include javascript/disqus.html %}
{% endif %}
</body>
</html>