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 }}'
slug: '{{ .File.ContentBaseName }}'
date: '{{ .Date }}'
draft: true
categories: []
categories:
-
tags:
-
summary: |