summaryrefslogtreecommitdiff
path: root/archetypes/posts.md
blob: 7c2bc9ae45fbd0636b203af8bd2797a11339aee6 (plain)
1
2
3
4
5
6
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
featured_image: "/img/{{ .Name }}.webp"
draft: true
---