portails/archetypes/blog.md

16 lines
225 B
Markdown
Raw Normal View History

2020-04-15 15:48:16 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
2022-06-24 16:32:15 +02:00
excerpt: ""
2020-04-15 15:48:16 +02:00
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
2022-06-24 16:32:15 +02:00
images: []
categories: []
tags: []
2020-12-02 13:49:08 +01:00
contributors: []
2022-06-24 16:32:15 +02:00
pinned: false
homepage: false
2020-04-15 15:48:16 +02:00
---