lugo/archetypes/default.md

7 lines
120 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"
2023-02-09 21:37:03 +00:00
tags: ['blog']
2022-04-14 20:07:48 +00:00
draft: true
2023-01-06 06:27:12 +00:00
---