We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3df617 commit 1e15001Copy full SHA for 1e15001
src/client/theme-default/Layout.vue
@@ -39,7 +39,7 @@ provide('hero-image-slot-exists', heroImageSlotExists)
39
<slot name="layout-top" />
40
<VPSkipLink />
41
<VPBackdrop class="backdrop" :show="isSidebarOpen" @click="closeSidebar" />
42
- <VPNav>
+ <VPNav v-if="frontmatter.navbar !== false">
43
<template #nav-bar-title-before><slot name="nav-bar-title-before" /></template>
44
<template #nav-bar-title-after><slot name="nav-bar-title-after" /></template>
45
<template #nav-bar-content-before><slot name="nav-bar-content-before" /></template>
0 commit comments