hexo-theme-stellar/layout/_partial/plugins/comments/script.ejs

4 lines
134 B
Plaintext
Raw Normal View History

2021-02-19 23:33:19 +08:00
<% if (theme.comments.service && theme.comments.service.length > 0) { %>
<%- partial(theme.comments.service + '/script') %>
<% } %>