Improve archetypes

This commit is contained in:
jpk 2023-03-27 09:01:12 +02:00
parent 2237a17147
commit 9a9af7007f
3 changed files with 4 additions and 6 deletions

View File

@ -1,5 +1,5 @@
---
title: "{{ replace .Name "-" " " | title }}"
title: "{{ replace .Name "_" " " | title }}"
date: {{ .Date }}
draft: true
---

View File

@ -1,6 +1,5 @@
---
title: Links collected in {{ .PublishDate "January 2006" }}
author: {{ .Author }}
title: Links collected in {{ now.Format "January 2006" }}
date: {{ .Date }}
description: (/◕ヮ◕)/ (^o^) (✿◠‿◠)
---

View File

@ -1,10 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
author: {{ .Author }}
title: "{{ replace .Name "_" " " | title }}"
date: {{ .Date }}
description: (╯ ͠° ͟ʖ ͡°)╯┻━┻ "I forgot to write a description!"
categories:
tags:
description: (╯ ͠° ͟ʖ ͡°)╯┻━┻ "I forgot to write a description!"
draft: true
---