website-theme/archetypes/default.md

7 lines
148 B
Markdown
Raw Normal View History

2018-09-23 14:45:03 +00:00
---
2018-09-23 11:11:35 +00:00
title: "{{ replace .TranslationBaseName "-" " " | title }}"
2019-03-23 08:28:56 +00:00
date: {{ dateFormat "2006-01-02T15:04:05Z07:00" .Date }}
2018-09-23 11:11:35 +00:00
draft: true
2018-09-29 13:22:31 +00:00
images: []
2018-09-23 14:45:03 +00:00
---