diff options
author | Alejandro <[email protected]> | 2024-07-30 20:51:08 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-07-30 20:51:08 -0600 |
commit | df54283c24cada94e017777d311b7a0b6297a05e (patch) | |
tree | 8b7d599877cac50a99a90119dc2e2aebccf4c5ba /archetypes | |
parent | f0423cc01cf57f2c622f17586b5c05380612c2cd (diff) |
added: news archetype
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/noticias.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/noticias.md b/archetypes/noticias.md new file mode 100644 index 0000000..fa33088 --- /dev/null +++ b/archetypes/noticias.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +tags ++++ |