summaryrefslogtreecommitdiff
path: root/themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs')
m---------themes/hexo-theme-freemind.bithack0
-rw-r--r--themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs18
2 files changed, 18 insertions, 0 deletions
diff --git a/themes/hexo-theme-freemind.bithack b/themes/hexo-theme-freemind.bithack
deleted file mode 160000
-Subproject db335ebdc14507c7687084da084a56eb3d003f1
diff --git a/themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs b/themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs
new file mode 100644
index 0000000..fcb11a2
--- /dev/null
+++ b/themes/hexo-theme-freemind.bithack/layout/_partial/post/share.ejs
@@ -0,0 +1,18 @@
+<% if (theme.addthis.enable){ %>
+ <div class="addthis addthis_toolbox addthis_default_style">
+ <% if (theme.addthis.facebook){ %>
+ <a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
+ <% } %>
+ <% if (theme.addthis.twitter){ %>
+ <a class="addthis_button_tweet"></a>
+ <% } %>
+ <% if (theme.addthis.google){ %>
+ <a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
+ <% } %>
+ <% if (theme.addthis.pinterest){ %>
+ <a class="addthis_button_pinterest_pinit" pi:pinit:layout="horizontal"></a>
+ <% } %>
+ <a class="addthis_counter addthis_pill_style"></a>
+ </div>
+ <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js<% if (theme.addthis.pubid){ %>#pubid=<%= theme.addthis.pubid %><% } %>"></script>
+<% } %> \ No newline at end of file