Files
hexo-theme-butterfly/layout/includes/header.pug
Jerry ee434f7dc4 Add the option to close the sidebar autopen
Fix the code font-size
Add the post view
fix runtimeshow bugs
2019-06-08 22:37:30 +08:00

22 lines
715 B
Plaintext

#page-header
span.pull-left
a#site-name.blog_title(href=url_for('/')) #[=config.title]
//- i.fa.fa-bars.toggle-menu.pull-right(aria-hidden="true")
.open.toggle-menu.pull-right
.menu-icon-first
.menu-icon-second
.menu-icon-third
span.pull-right.menus
each value, label in theme.menu
a.site-page(href=value.split('||')[0])
i.fa-fw(class=value.split('||')[1])
span=' '+label
script.
document.body.addEventListener('touchstart', function(){ });
span.pull-right
if (theme.algolia_search.enable || theme.local_search && theme.local_search.enable)
a.site-page.social-icon.search
i.fa.fa-search.fa-fw
span=' '+_p('search')