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

11 lines
122 B
Markdown

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