hexo-theme-stellar/layout/_partial/main/header/index.ejs

4 lines
125 B
Plaintext
Raw Normal View History

2022-10-05 23:00:52 +08:00
<% if (page.header != 'auto' && page.header != false) { %>
2021-03-05 21:37:28 +08:00
<%- partial('../../sidebar/header', {where: 'main'}) %>
2021-02-20 13:09:41 +08:00
<% } %>