Remove quotes from archetype front matter dates.

This commit is contained in:
2026-01-09 13:34:42 -07:00
parent dc41252693
commit f1adf27ff1
4 changed files with 13 additions and 13 deletions

View File

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

View File

@@ -5,9 +5,9 @@ pinned: false
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
subtitle: "" subtitle: ""
author: Bug author: Bug
date: "{{ .Date }}" #started: {{ .Date }}
started: date: {{ .Date }}
lastmod: #lastmod: {{ .Date }}
toc: true toc: true
images: images:
tags: tags:

View File

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

View File

@@ -6,10 +6,10 @@ title: "{{ replace .Name "-" " " | title }}"
subtitle: "" subtitle: ""
feathericon: "" feathericon: ""
author: HyperVegan author: HyperVegan
started: "{{ .Date }}" #started: {{ .Date }}
date: "{{ .Date }}" date: {{ .Date }}
lastmod: "{{ .Date }}" #lastmod: {{ .Date }}
release: "{{ .Date }}" #release: {{ .Date }}
toc: false toc: false
video: true # Auto-generates a video post. video: true # Auto-generates a video post.
video_url: "" # Embed link for embedded playback. See: https://embed.tube/embed-code-generator/odysee/ video_url: "" # Embed link for embedded playback. See: https://embed.tube/embed-code-generator/odysee/