mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
27 lines
957 B
Plaintext
27 lines
957 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
|
|
.mobile_author_icon
|
|
img.lozad(data-src=theme.avatar || url_for('/img/avatar.png') onerror=`onerror=null;src='${theme.lodding_bg.flink}'`)
|
|
.mobile_author-info__description= config.description
|
|
hr
|
|
.menus_item
|
|
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')
|