Fix archetype for posts.

This commit is contained in:
2024-09-26 12:03:33 +02:00
parent ac51f7e6c4
commit 01cd37f30a

11
archetypes/posts.md Normal file
View File

@ -0,0 +1,11 @@
---
title: "{{ replace .Name "-" " " | title }}"
description:
date: {{ .Date }}
draft: false
# ShowLastmod: true
toc: false
scrolltotop: true
tags: []
---