Change the Started attribute to be before the Date attribute on all files.

This commit is contained in:
2026-01-02 19:49:59 -07:00
parent fdcb2dd195
commit 618f6d3506
7 changed files with 11 additions and 11 deletions

View File

@@ -6,8 +6,8 @@ title: "{{ replace .Name "-" " " | title }}"
subtitle: ""
feathericon: ""
author: authorDefault
date: "{{ .Date }}"
started: "{{ .Date }}"
date: "{{ .Date }}"
lastmod: "{{ .Date }}"
toc: false
audio: false

View File

@@ -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.