From df54283c24cada94e017777d311b7a0b6297a05e Mon Sep 17 00:00:00 2001 From: Alejandro Date: Tue, 30 Jul 2024 20:51:08 -0600 Subject: added: news archetype --- archetypes/noticias.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 archetypes/noticias.md (limited to 'archetypes/noticias.md') 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 ++++ -- cgit v1.2.3