diff options
author | Alejandro <[email protected]> | 2024-07-30 22:23:54 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 22:23:54 -0600 |
commit | 0314a09c26be3d3501128031b441de93ad894fe2 (patch) | |
tree | c389f34ec9a1adcb88cead3813426261d6f03ac8 /archetypes | |
parent | ce2e34021a28acf6712983b1469187e319f0d77a (diff) |
added: tag
Diffstat (limited to 'archetypes')
-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 fa33088..6d4c23d 100644 --- a/archetypes/noticias.md +++ b/archetypes/noticias.md @@ -1,5 +1,5 @@ +++ title = '{{ replace .File.ContentBaseName "-" " " | title }}' date = {{ .Date }} -tags +tags = ['noticia'] +++ |