smolsite/archetypes/news.md

12 lines
193 B
Markdown
Raw Normal View History

2024-11-01 12:47:59 +00:00
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
type: news
draft: true
categories:
- default
tags:
- default
---