marcus-web/archetypes/default.md

13 lines
181 B
Markdown
Raw Normal View History

---
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
date: {{ .Date }}
draft: true
series: "Series name"
categories:
- Category A
- Category B
tags:
- Tag A
- Tag B
---