Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sharing.html « post « partials « layouts - github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d911ccd4474118f906e30610d67bfc767990ad24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ if .theme }}
<div class="share">
	<div class="addthis_toolbox addthis_default_style ">
	{{ if .theme.facebook_like }}
	<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
	{{ end }}
	{{ if .theme.twitter_tweet_button }}
	<a class="addthis_button_tweet"></a>
	{{ end }}
	<a class="addthis_counter addthis_pill_style"></a>
	</div>
  <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#pubid={{ .theme.addthis_profile_id }}"></script>
</div>
{{ end }}