hugo-theme-hello-amigo/archetypes/default.md
2019-07-25 17:13:27 -04:00

9 lines
108 B
Markdown

---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
comments: false
images:
---