12 lines
341 B
Plaintext
12 lines
341 B
Plaintext
<% if (theme.share === 'jiathis') { %>
|
|
<%- partial('jiathis') %>
|
|
<% } %>
|
|
<% if (theme.share === 'bdshare') { %>
|
|
<%- partial('bdshare') %>
|
|
<% } %>
|
|
<% if (theme.share === 'addtoany') { %>
|
|
<%- partial('addtoany') %>
|
|
<% } %>
|
|
<% if (!theme.share || theme.share === 'default') { %>
|
|
<%- partial('default', { post: post }) %>
|
|
<% } %> |