about summary refs log tree commit diff
path: root/archetypes/blog.md
blob: e5acb6f91574667891e4ad29330a376e0a888ed6 (plain) (blame)
1
2
3
4
5
6
+++
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
categories: [ blog ]
draft: true
+++