Add link archetype

This commit is contained in:
Eryn Wells 2025-08-28 11:24:51 -06:00
parent 459c55d344
commit ea6eea2b03

9
archetypes/link.md Normal file
View file

@ -0,0 +1,9 @@
---
title: "{{ replace .Name "-" " " | title }}"
slug: link-{{ .Name }}
date: {{ .Date }}
categories: links
draft: true
tags: []
---