mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-28 15:31:11 -04:00
[blog] fix unnecessary section if not enabled
This commit is contained in:
parent
d7e7b5ede8
commit
b25e49554f
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<LinksNav/>
|
||||
|
||||
<section v-if="!config.links.split">
|
||||
<section v-if="config.links.blog && !config.links.split">
|
||||
<h2 class="mb-3">
|
||||
<Icon v="pen-nib"/>
|
||||
<T>links.blog</T>
|
||||
|
Loading…
x
Reference in New Issue
Block a user