AddThis support.

This commit is contained in:
Alexandre Vicenzi 2015-07-21 00:49:51 -03:00
parent d0434a41e8
commit edc47c84ab
4 changed files with 12 additions and 1 deletions

View file

@ -91,6 +91,9 @@
</footer>
</main>
{% include "partial/ga.html" %}
{% if ADD_THIS_ID %}
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ ADD_THIS_ID }}" async="async"></script>
{% endif %}
{% block additional_js %}{% endblock %}
</body>
</html>