hexo-theme-amane/layout/share/index.ejs

14 lines
378 B
Plaintext
Raw Normal View History

2016-02-02 16:19:44 +00:00
<div class="share-container">
<% if (theme.share === 'jiathis') { %>
<%- partial('jiathis') %>
<% } %>
<% if (theme.share === 'bdshare') { %>
<%- partial('bdshare') %>
<% } %>
<% if (theme.share === 'addtoany') { %>
<%- partial('addtoany') %>
<% } %>
</div>
<% if (!theme.share || theme.share === 'default') { %>
<%- partial('default', { post: post }) %>
<% } %>