50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
nav#nav
|
|
span#blog-info
|
|
#ls-menu-container
|
|
i.fas.fa-fingerprint
|
|
#ls-menu-panel
|
|
.ls-section
|
|
.ls-title 😀 个人网站
|
|
.ls-grid
|
|
a(href="/") #[i.fas.fa-rss] 个人博客
|
|
a(href="https://github.com/bishshi") #[i.fab.fa-github] Github
|
|
.ls-section
|
|
.ls-title 😎 常用服务
|
|
.ls-grid
|
|
a(href="https://git.biss.click/biss") #[i.fas.fa-code] 代码仓库
|
|
a(href="https://mm.biss.click") #[i.fas.fa-pen-nib] 日常yy
|
|
a(href="https://statstic.biss.click") #[i.fas.fa-users] 访客统计
|
|
a(href="https://pic.biss.click") #[i.fas.fa-image] 图床
|
|
a(href="https://chat.biss.click") #[i.fas.fa-robot] AI网站
|
|
.ls-section
|
|
.ls-title 🛸 实用工具
|
|
.ls-grid
|
|
a(href="https://cover.biss.click") #[i.fas.fa-palette] 封面设计
|
|
|
|
a.nav-site-title(href=url_for('/'))
|
|
if theme.nav.logo
|
|
img.site-icon(src=url_for(theme.nav.logo) alt='Logo')
|
|
if theme.nav.display_title
|
|
span.site-name=config.title
|
|
if globalPageType === 'post' && theme.nav.display_post_title
|
|
a.nav-page-title(href=url_for('/'))
|
|
span.site-name=(page.title || config.title)
|
|
span.site-name
|
|
i.fa-solid.fa-circle-arrow-left
|
|
span= ' ' + _p('post.back_to_home')
|
|
|
|
#menus
|
|
if theme.menu
|
|
!= partial('includes/header/menu_item', {}, {cache: true})
|
|
|
|
#nav-right
|
|
if theme.search.use || true
|
|
#random-post-button
|
|
a.site-page.social-icon#random-post-link(href='javascript:void(0);' onclick='randomPost()')
|
|
i.fas.fa-solid.fa-shuffle
|
|
#search-button
|
|
a.site-page.social-icon.search-typesense-trigger
|
|
i.fas.fa-search.fa-fw
|
|
#toggle-menu
|
|
span.site-page
|
|
i.fas.fa-bars.fa-fw |