mirror of
https://github.com/carsonip/hugo-theme-minos
synced 2025-12-29 19:09:50 -08:00
Remove addthis
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user