From 077fa88ce78d46630cf58bd210e6272801ef1e2e Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sat, 25 Nov 2023 13:11:16 +0100 Subject: [PATCH] adds archetype for /tags/${tag} --- archetypes/tags.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archetypes/tags.md diff --git a/archetypes/tags.md b/archetypes/tags.md new file mode 100644 index 0000000..15f6a14 --- /dev/null +++ b/archetypes/tags.md @@ -0,0 +1,7 @@ +--- +title: {{ .Name }} +description: Articles tagged with `{{ .Name }}` +--- + +These are the articles tagged with `{{ .Name }}`... +