diff options
Diffstat (limited to '_site_build/_layouts/default.html')
| -rw-r--r-- | _site_build/_layouts/default.html | 13 | 
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>  | 
