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 }}
2024-02-07 23:08:16 +00:00
description: "Example"
tags: ['']
2022-04-14 20:07:48 +00:00
draft: true
2024-02-07 23:08:16 +00:00
---