Modified blog archetype to include categories and author

Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
2019-05-27 22:04:49 +02:00
parent 7e68b0968c
commit 85e845ae2b

View File

@@ -1,8 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
tags: []
categories: []
description: ""
date: {{ .Date }}
author: "Ettore Dreucci"
tags: []
draft: true
---
---