mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:20:53 +08:00
2. Feature: 增加頁面排版,可選擇把右邊欄放在左邊 3. Feature: 增加 Note (Bootstrap Callout) (移植於next主題) 4. Feature: 手機上能夠查看TOC 5. Feature: 增加直達評論按鈕 6. Fix: 修復post頁在寬度1024px下的顯示bug 7. Fix: 修復代碼框部分語言沒有顯示正確的代碼語言 8. Fix: 修復設置裏把Disqus註釋掉無法運行的bug
27 lines
952 B
Plaintext
27 lines
952 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(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')
|