diff options
author | Alejandro <[email protected]> | 2024-08-03 22:08:27 -0600 |
---|---|---|
committer | Alejandro <[email protected]> | 2024-08-03 22:08:27 -0600 |
commit | e75ba9fd224225651638fc54da8b42974554b773 (patch) | |
tree | 332a71005ad1bde453cbd5c9b725d2435784c930 /archetypes | |
parent | 5db153855c33fdd1a52780e82473b960a3bbe7a3 (diff) |
added: draft value
Diffstat (limited to 'archetypes')
-rw-r--r-- | archetypes/noticias.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/noticias.md b/archetypes/noticias.md index 061f621..71ee9d4 100644 --- a/archetypes/noticias.md +++ b/archetypes/noticias.md @@ -2,4 +2,5 @@ title = '{{ replace .File.ContentBaseName "-" " " | title }}' date = {{ .Date }} tags = ['news'] +draft = true +++ |