hexo/themes/blank/layout/partial/_modify/sharejs.ejs

6 lines
241 B
Plaintext

<% if(theme.sharejs && theme.sharejs.enable){ %>
<div class="social-share" data-sites="<%= theme.sharejs.sites %>"></div>
<link rel="stylesheet" href="<%= theme.sharejs.style %>">
<script src="<%= theme.sharejs.scripts %>"></script>
<% } %>