adds archetype for /tags/${tag}
This commit is contained in:
parent
30303f8afb
commit
077fa88ce7
1 changed files with 7 additions and 0 deletions
7
archetypes/tags.md
Normal file
7
archetypes/tags.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: {{ .Name }}
|
||||
description: Articles tagged with `{{ .Name }}`
|
||||
---
|
||||
|
||||
These are the articles tagged with `{{ .Name }}`...
|
||||
|
Loading…
Reference in a new issue