hexo-theme-stellar/layout/_partial/menubtn.ejs

6 lines
200 B
Plaintext
Raw Normal View History

2021-04-20 23:11:27 +08:00
<div class='float-panel mobile-only blur' style='display:none'>
2024-02-04 21:09:44 +08:00
<button type='button' class='leftbar-toggle mobile' onclick='sidebar.toggle()'>
<%- icon('default:leftbar') %>
2021-02-19 23:33:19 +08:00
</button>
</div>