smol/archetypes/posts.md

12 lines
194 B
Markdown
Raw Normal View History

2021-08-10 23:35:33 +02:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
type: posts
draft: true
categories:
- default
tags:
- default
---