Anpassung der Typen

This commit is contained in:
marcodn 2022-11-16 08:59:13 +01:00
parent 4ca99523cf
commit 2f15333242
3 changed files with 13 additions and 4 deletions

View file

@ -1,5 +1,5 @@
---
title: "{{ now.Format "2006"}}"
date: {{ now.Format "2006-01-02"}}
date: {{ now.Format "2006"}}-01-01
type: "archive"
---

View file

@ -1,13 +1,14 @@
---
title: "{{ replace .Name "-" " " | title }}"
author: "mdn"
date: {{ .Date }}
publishDate: {{ now.Format "2006-01-02"}}
lastmod: {{ now.Format "2006-01-02"}}
slug: "{{ replaceRE `[0-9]+-` "" .Name | lower }}"
draft: true
author: "mdn"
featured: false
tags: []
categories: []
tags: []
---
<!--more-->