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'>
2021-02-21 17:27:48 +08:00
<button type='button' class='sidebar-toggle mobile' onclick='sidebar.toggle()'>
2024-01-19 13:51:55 +08:00
<%- icon('default:sidebar') %>
2021-02-19 23:33:19 +08:00
</button>
</div>