Change the Started attribute to be before the Date attribute on all files.
This commit is contained in:
@@ -6,8 +6,8 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
feathericon: ""
|
||||
author: authorDefault
|
||||
date: "{{ .Date }}"
|
||||
started: "{{ .Date }}"
|
||||
date: "{{ .Date }}"
|
||||
lastmod: "{{ .Date }}"
|
||||
toc: false
|
||||
audio: false
|
||||
|
||||
@@ -6,8 +6,8 @@ title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
feathericon: ""
|
||||
author: HyperVegan
|
||||
date: "{{ .Date }}"
|
||||
started: "{{ .Date }}"
|
||||
date: "{{ .Date }}"
|
||||
lastmod: "{{ .Date }}"
|
||||
toc: false
|
||||
video: true # Auto-generates a video post.
|
||||
|
||||
Reference in New Issue
Block a user