lugo/archetypes/default.md

7 lines
116 B
Markdown
Raw Normal View History

2022-04-14 20:07:48 +00:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
2023-01-06 06:27:12 +00:00
description: "Example"
tags: ['']
2022-04-14 20:07:48 +00:00
draft: true
2023-01-06 06:27:12 +00:00
---