hugo-modules-playground/archetypes/default.md

7 lines
84 B
Markdown
Raw Normal View History

2023-04-18 21:19:53 +01:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---