Add new tags to default post template.
This commit is contained in:
@@ -1,15 +1,19 @@
|
|||||||
---
|
---
|
||||||
draft: true
|
draft: true
|
||||||
pinned: false
|
pinned: false
|
||||||
video: false
|
hidden: false
|
||||||
audio: false
|
audio: false
|
||||||
|
video: false
|
||||||
|
video_url: ""
|
||||||
|
video_desc:
|
||||||
|
-
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
feathericon: ""
|
feathericon: ""
|
||||||
author: authorDefault
|
author: authorDefault
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
started:
|
started: "{{ .Date }}"
|
||||||
lastmod:
|
lastmod: "{{ .Date }}"
|
||||||
toc: false
|
toc: false
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user