Compare commits

...

2 commits

7
archetypes/post.md Normal file
View file

@ -0,0 +1,7 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
category: ["Blog"]
---