hugo_idunn/archetypes/default.md

10 lines
162 B
Markdown
Raw Permalink Normal View History

2020-04-27 16:49:21 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
description: ""
date: {{ .Date }}
publishDate: {{ .Date }}
author: "John Doe"
images: []
draft: true
tags: []
---