nicenote/themes/material/layout/_partial/footer-option.ejs
2018-07-13 19:29:56 +08:00

18 lines
556 B
Plaintext
Executable File

<% if(theme.leancloud.enable === true) { %>
<!-- Leancloud -->
<script src="<%= theme.leancloud.av_core_mini %>"></script>
<script>
AV.initialize('<%= theme.leancloud.app_id %>', '<%= theme.leancloud.app_key %>');
</script>
<%- partial('_widget/leancloud-views') %>
<% } %>
<% if(theme.busuanzi.enable === true) { %>
<!-- Busuanzi -->
<script src="<%= theme.busuanzi.busuanzi_pure_mini_js %>"></script>
<% } %>
<% if(theme.comment.use){ %>
<%- partial('_widget/comment/' + theme.comment.use + '/common') %>
<% } %>