hexo-calendar icon indicating copy to clipboard operation
hexo-calendar copied to clipboard

请问如何在主页插入这个组件

Open wang-xiaowu opened this issue 3 years ago • 1 comments

hexo-butterfly主题,请问如何在主页插入这个组件

wang-xiaowu avatar Sep 02 '22 07:09 wang-xiaowu

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>

lorezyra avatar Apr 06 '23 12:04 lorezyra