Files
hexo-theme-butterfly/layout/includes/header/nav.pug
Jerry 0f915f47ef breaking changes: 移除 cnzz 分析
feat: 導航欄可隱藏博客名字
feat: 導航欄可設置 logo closed #1104
2022-12-22 00:16:54 +08:00

22 lines
566 B
Plaintext

nav#nav
span#blog-info
a(href=url_for('/') title=config.title)
if theme.nav_info.logo
img.site-icon(src=url_for(theme.nav_info.logo))
if theme.nav_info.display_title
span.site-name=config.title
#menus
if (theme.algolia_search.enable || theme.local_search.enable)
#search-button
a.site-page.social-icon.search
i.fas.fa-search.fa-fw
span=' '+_p('search.title')
!=partial('includes/header/menu_item', {}, {cache: true})
#toggle-menu
a.site-page
i.fas.fa-bars.fa-fw