about summary refs log tree commit diff
path: root/archetypes/default.md
blob: c7f5cd668a1d457b8de4d7f82989e248537666d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ now.Format "2006-01-02" }}
draft: true
lang: en
categories: [ blog ]
tags: []
translationKey: "{{ .Name | title }}"
---