blog/archetypes/default.md

10 lines
131 B
Markdown
Raw Normal View History

2020-02-27 14:39:18 +01:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
2020-03-05 10:43:21 +01:00
slug: {{ .File.BaseFileName }}
tags:
- notag
2020-02-27 14:39:18 +01:00
draft: true
---