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

6 lines
241 B
Plaintext
Raw Normal View History

2024-05-09 10:56:56 +08:00
<% 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>
<% } %>