Pluralize the categories. Fix the element name. Remove the comment since it would get copied to all new files.

This commit is contained in:
2025-11-08 15:18:49 -07:00
parent 57cb830c7c
commit 7d737ef610

View File

@@ -1,5 +1,4 @@
--- ---
# 20251108 Copied and altered from theme hello-friend-ng's /archetypes/posts.md
title: "{{ replace .Name "-" " " | title }}" title: "{{ replace .Name "-" " " | title }}"
author: "Hyperling" author: "Hyperling"
date: {{ .Date }} date: {{ .Date }}
@@ -14,8 +13,8 @@ tags:
#- blog #- blog
series: series:
- TBD - TBD
cateagories: categories:
- TBD - TBD
#- recipe #- recipes
#- musing #- musings
--- ---