Skip to content

Commit 28b49f2

Browse files
author
bloom
committed
themes/docs: remove page's title in the page's body
1 parent 37193ff commit 28b49f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/docs/src/ui/components/page.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
22
<div>
3-
<div v-if="page.path !== '/'">
3+
<!-- <div v-if="page.path !== '/'">
44
<h1 class="font-semibold text-3xl">{{ page.title }}</h1>
55
<hr />
6-
</div>
6+
</div> -->
77

88
<div v-html="page.body" />
99

0 commit comments

Comments
 (0)