fix(archetypes): fixes the new post archetype

This commit is contained in:
Bruno Carlin 2025-07-06 14:22:12 +02:00
parent 02a58a1f94
commit cce7779c5a
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -1,9 +1,11 @@
--- ---
# vim: spell spelllang=en
title: '{{ replace .File.ContentBaseName "-" " " | title }}' title: '{{ replace .File.ContentBaseName "-" " " | title }}'
slug: '{{ .File.ContentBaseName }}' slug: '{{ .File.ContentBaseName }}'
date: '{{ .Date }}' date: '{{ .Date }}'
draft: true draft: true
categories: [] categories:
-
tags: tags:
- -
summary: | summary: |