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: 0d59531c8ccc480d07f3d92f00fbcb2b9524d8b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ 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 }}
	{{ if .theme.google_plus_one }}
	<a class="addthis_button_google_plusone" g:plusone:size="{{ .theme.google_plus_one_size }}"></a>
	{{ end }}
	<a class="addthis_counter addthis_pill_style"></a>
	</div>
  <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={{ .theme.addthis_profile_id }}"></script>
</div>
{{ end }}