diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:57:28 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:57:28 +0100 |
| commit | d1bde894bc6c782da3f95bc38ffa7daca882da64 (patch) | |
| tree | 986b2a4138a116eff3ee255b599fdec9ff50ed01 /archetypes | |
| parent | a741a07656665aa66e9ba91094c4f0bbeca19644 (diff) | |
added deprecated feature
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/default.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archetypes/default.md b/archetypes/default.md index 8c6989f..754ba1c 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,8 +2,9 @@ title: {{ replace .Name "-" " " | title }} date: {{ .Date }} index: false -#draft: true +draft: true #icon: '' #copied: ["me", "/"] table: false +deprecated: false --- |
