hugo-theme-hax0r/archetypes/default.md

7 lines
84 B
Markdown
Raw Permalink Normal View History

2023-03-23 11:49:13 +01:00
---
2023-03-27 09:01:12 +02:00
title: "{{ replace .Name "_" " " | title }}"
2023-03-27 08:42:13 +02:00
date: {{ .Date }}
draft: true
2023-03-23 11:49:13 +01:00
---
2023-03-27 08:42:13 +02:00