archetypes: remove 'description' from 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 commit is contained in:
parent
672c4fa6be
commit
4ac758cf92
|
@ -2,7 +2,6 @@
|
||||||
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