updated default post template

This commit is contained in:
Don Harper 2019-07-21 08:55:53 -05:00
parent 32179c8555
commit 18d44d1ea3

View file

@ -1,6 +1,19 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
+++
title = "{{ replace .Name "-" " " | title }}"
subtitle = ""
# 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"]
+++