diff options
-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 +++ |