Anpassung der Typen
This commit is contained in:
parent
4ca99523cf
commit
2f15333242
3 changed files with 13 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ now.Format "2006"}}"
|
||||
date: {{ now.Format "2006-01-02"}}
|
||||
date: {{ now.Format "2006"}}-01-01
|
||||
type: "archive"
|
||||
---
|
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue