diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-05-22 16:47:07 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-05-22 16:47:07 +0200 |
commit | b95e15694006a16eee41024be88615bda62041cf (patch) | |
tree | 3f880d5bc78eaed5b549a50c6cdd219d57e3ac83 /docs/archetypes | |
parent | 4cac5f5e306b6c301258eb9936094eb910264c9a (diff) | |
parent | f96384a3b596f9bc0a3a035970b09b2c601f0ccb (diff) | |
download | hugo-b95e15694006a16eee41024be88615bda62041cf.tar.gz hugo-b95e15694006a16eee41024be88615bda62041cf.zip |
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
Diffstat (limited to 'docs/archetypes')
-rw-r--r-- | docs/archetypes/functions.md | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/archetypes/functions.md b/docs/archetypes/functions.md index c2bb3113e..891458daa 100644 --- a/docs/archetypes/functions.md +++ b/docs/archetypes/functions.md @@ -1,12 +1,11 @@ --- -linktitle: "" +title: {{ replace .Name "-" " " | title }} description: "" -categories: [functions] -tags: [] -ns: "" signature: [] -hugoversion: "" -aliases: [] +categories: [functions] +keywords: [] +menu: + docs: + parent: functions relatedfuncs: [] -toc: false --- |