diff options
author | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
---|---|---|
committer | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
commit | 524cfb091d7d3993f81091f0cba9e194951a17a6 (patch) | |
tree | 54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/templates/includes/addthis.html | |
parent | 6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff) | |
download | pelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz |
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/templates/includes/addthis.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/addthis.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pelican-bootstrap3/templates/includes/addthis.html b/pelican-bootstrap3/templates/includes/addthis.html index 12e2e8a..52bad77 100644 --- a/pelican-bootstrap3/templates/includes/addthis.html +++ b/pelican-bootstrap3/templates/includes/addthis.html @@ -12,9 +12,5 @@ <a class="addthis_button_google_plusone" g:plusone:size="medium"></a> {% endif %} </div> - {% if ADDTHIS_DATA_TRACK_ADDRESSBAR|default(true) %} - <script type="text/javascript">var addthis_config = {"data_track_addressbar": true};</script> - {% endif %} - <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid={{ ADDTHIS_PROFILE }}"></script> <!-- AddThis Button END --> {% endif %}
\ No newline at end of file |