1
0
forked from Git/hugo-story

Upload files to 'archetypes'

This commit is contained in:
Olivier 2023-07-01 23:49:26 +02:00
parent 46894a760a
commit a0003e730d

6
archetypes/default.md Normal file
View File

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