archetypes: add 'description' back to front matter
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 4ac758cf92
.
This commit is contained in:
parent
05567a11ae
commit
45aebb2c81
|
@ -2,6 +2,7 @@
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
draft: false # I don't care for draft mode, git has branches for that
|
draft: false # I don't care for draft mode, git has branches for that
|
||||||
|
description: ""
|
||||||
tags:
|
tags:
|
||||||
- accounting
|
- accounting
|
||||||
- c++
|
- c++
|
||||||
|
|
Loading…
Reference in a new issue