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