updated default post template
This commit is contained in:
parent
32179c8555
commit
18d44d1ea3
1 changed files with 18 additions and 5 deletions
|
|
@ -1,6 +1,19 @@
|
||||||
---
|
+++
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title = "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
subtitle = ""
|
||||||
draft: true
|
|
||||||
---
|
|
||||||
|
|
||||||
|
# Add a summary to display on homepage (optional).
|
||||||
|
summary = ""
|
||||||
|
|
||||||
|
date = {{ .Date }}
|
||||||
|
draft = false
|
||||||
|
|
||||||
|
# Tags and categories
|
||||||
|
# For example, use `tags = []` for no tags, or the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
||||||
|
tags = []
|
||||||
|
categories = []
|
||||||
|
# Series (optional).
|
||||||
|
# Otherwise, set `series = []`.
|
||||||
|
# series = ["series1"]
|
||||||
|
|
||||||
|
+++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue