home-assistant.github.io/source/_includes/javascripts/scripts.html
2018-01-27 00:30:24 -08:00

17 lines
542 B
HTML

{% comment %}
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script defer src="{{ root_url }}/javascripts/octopress.js"></script>
{% endcomment %}
{% include javascripts/google_analytics.html %}
{% if site.disqus_short_name and post.date < site.disqus_end_date and page.comments == true %}
{% include javascripts/disqus.html %}
{% endif %}
{% include javascripts/algolia.html %}
{% if page.sidebar != false %}
{% include javascripts/github.html %}
{% include javascripts/delicious.html %}
{% endif %}