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