From cc96070f060e3bbeaf54a56a2273f82874bab59c Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 1 Apr 2023 10:06:11 -0700 Subject: [PATCH] Correct functions archetype --- archetypes/functions.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/archetypes/functions.md b/archetypes/functions.md index 34df3e3c0..891458daa 100644 --- a/archetypes/functions.md +++ b/archetypes/functions.md @@ -1,9 +1,11 @@ --- -linktitle: "" +title: {{ replace .Name "-" " " | title }} description: "" -categories: [functions] -tags: [] -ns: "" signature: [] +categories: [functions] +keywords: [] +menu: + docs: + parent: functions relatedfuncs: [] ---