diff options
author | Alejandro <alex.mac.fon@gmail.com> | 2024-08-03 22:01:19 -0600 |
---|---|---|
committer | Alejandro <alex.mac.fon@gmail.com> | 2024-08-03 22:01:19 -0600 |
commit | b8a1da8e12e1ef24c3ea70c42bb3aed4b797c745 (patch) | |
tree | 78ffd97fb3250b00ab1315fd5fea850108365251 /archetypes/noticias.md | |
parent | 40d25ce183c1d865f318c88674cb2512314928e9 (diff) |
modified: news tag for more flexibility
Diffstat (limited to 'archetypes/noticias.md')
-rw-r--r-- | archetypes/noticias.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archetypes/noticias.md b/archetypes/noticias.md index 6d4c23d..061f621 100644 --- a/archetypes/noticias.md +++ b/archetypes/noticias.md @@ -1,5 +1,5 @@ +++ title = '{{ replace .File.ContentBaseName "-" " " | title }}' date = {{ .Date }} -tags = ['noticia'] +tags = ['news'] +++ |