blogamore/archetypes/blog.md
2022-11-16 09:01:51 +01:00

281 B

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 featured: false categories: [] tags: []