portails/archetypes/blog.md

12 lines
194 B
Markdown
Raw Normal View History

2020-04-15 15:48:16 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
lead: ""
date: {{ .Date }}
2020-11-04 08:26:58 +01:00
lastmod: {{ .Date }}
2020-04-15 15:48:16 +02:00
draft: true
2020-11-04 08:26:58 +01:00
weight: 50
images: ["{{ .Name | urlize }}.jpg"]
2020-12-02 13:49:08 +01:00
contributors: []
2020-04-15 15:48:16 +02:00
---