mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-08 21:06:42 +10:00
feat($theme-default): allow optional subtitle (#1981)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
<h1 v-if="data.heroText !== null" id="main-title">{{ data.heroText || $title || 'Hello' }}</h1>
|
||||
|
||||
<p class="description">
|
||||
<p v-if="data.tagline !== null" class="description">
|
||||
{{ data.tagline || $description || 'Welcome to your VuePress site' }}
|
||||
</p>
|
||||
|
||||
|
||||
@@ -29,6 +29,8 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
|
||||
---
|
||||
```
|
||||
|
||||
You can disable `title` and `subtitle` by setting the corresponding field to `null`.
|
||||
|
||||
Any extra content after the `YAML front matter` will be parsed as normal Markdown and rendered after the features section.
|
||||
|
||||
To use a fully custom homepage layout, you can also use a [Custom Layout](#custom-layout-for-specific-pages).
|
||||
|
||||
@@ -27,6 +27,8 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
|
||||
---
|
||||
```
|
||||
|
||||
你可以将相应的内容设置为 `null` 来禁用标题和副标题。
|
||||
|
||||
任何 `YAML front matter` 之后额外的内容将会以普通的 markdown 被渲染,并插入到 `features` 的后面。
|
||||
|
||||
## 导航栏
|
||||
|
||||
Reference in New Issue
Block a user