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 }}"
|
||||
date: {{ .Date }}
|
||||
draft: false # I don't care for draft mode, git has branches for that
|
||||
description: ""
|
||||
tags:
|
||||
- accounting
|
||||
- c++
|
||||
|
|
Loading…
Reference in a new issue