blog/archetypes/default.md

9 lines
100 B
Markdown
Raw Normal View History

2020-02-27 14:39:18 +01:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags:
- notag
2020-02-27 14:39:18 +01:00
draft: true
---