archetypes: change default template file
This commit is contained in:
parent
d1d921ffd3
commit
8a55160bd5
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
draft: false # I don't care for draft mode, git has branches for that
|
||||
description: ""
|
||||
tags:
|
||||
categories:
|
||||
favorite: false
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue