hexo-calendar
hexo-calendar copied to clipboard
请问如何在主页插入这个组件
hexo-butterfly主题,请问如何在主页插入这个组件
Build an EJS widget and call the helper function... Something similar to this in your theme/layout/index.ejs:
<div class="statContainer">
<div class="chart">
<%- calendar(calendarSetting) %>
</div>
</div>