You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.page-top.animated.fadeInDown
.nav
li
if is_home()
a.current(href="/")= __('Home')
else
a(href="/")= __('Home')
li
if is_current('Categories')
a.current(href="/categories")= __('Categories')
else
a(href="/categories")= __('Categories')
li
if is_archive()
a.current(href="/archives")= __('Archive')
else
a(href="/archives")= __('Archive')
li
if is_current('about')
a.current(href="/about")= __('About')
else
a(href="/about")= __('About')
.information
.back_btn
li
if is_post()
a.fa.fa-chevron-left(onclick="window.history.go(-1)")
else
a.fa.fa-chevron-left(onclick="window.history.go(-1)",style="display:none;")
.avatar
img(src=theme.avatar)
增加一条if判断就行了,然后在/anatole/languages/zh-cn.yml中增加词条
Categories: 分类
,不过我也遇到一个问题,tab页选中后无样式类active,导致样式与其他不符,求助作者 @Ben02粘上我的代码。
Originally posted by @nyz123 in #51 (comment)
The text was updated successfully, but these errors were encountered: