Remove addthis

This commit is contained in:
Carson Ip
2017-02-19 10:41:46 +01:00
parent e9f32f68c7
commit e5ab58d63f
2 changed files with 0 additions and 10 deletions

View File

@@ -5,7 +5,6 @@
{{ partial "header.html" . }}
<section id="main" class="outer">
{{ partial "article.html" . }}
{{ partial "share_addthis.html" . }}
{{ if not .Params.nocomment }}
{{ template "_internal/disqus.html" . }}
{{ end }}

View File

@@ -1,9 +0,0 @@
<div class="share_addthis">
<div class="sharing addthis_toolbox share">
<a class="addthis_button_facebook_like"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-560c64c35486b3d4" async="async"></script>
</div>