forked from Git/hugo-story
1
0
Fork 0

Upload files to 'archetypes'

This commit is contained in:
Olivier 2023-07-01 23:49:26 +02:00
parent 46894a760a
commit a0003e730d
1 changed files with 6 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---