Modified blog archetype to include categories and author
Signed-off-by: Ettore <noettore@gmail.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
|
tags: []
|
||||||
|
categories: []
|
||||||
description: ""
|
description: ""
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
author: "Ettore Dreucci"
|
author: "Ettore Dreucci"
|
||||||
tags: []
|
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user