mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
update: waline style
This commit is contained in:
parent
5a87bee474
commit
e52a726103
3 changed files with 21 additions and 22 deletions
|
@ -26,7 +26,7 @@ const { isHome, isPost } = getPagePath(Astro.url.pathname)
|
|||
const fontStyle = themeConfig.global.fontStyle === 'serif' ? 'font-serif' : 'font-sans'
|
||||
|
||||
const footerMarginClass = isPost && themeConfig.comment?.waline?.serverURL
|
||||
? 'mt-4'
|
||||
? 'mt-8'
|
||||
: 'mt-12'
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue