diff options
Diffstat (limited to 'docs/content/contribute/documentation.md')
-rw-r--r-- | docs/content/contribute/documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/contribute/documentation.md b/docs/content/contribute/documentation.md index 3d5956ac2..e8603d432 100644 --- a/docs/content/contribute/documentation.md +++ b/docs/content/contribute/documentation.md @@ -46,10 +46,10 @@ Once you have cloned the Hugo repository, you can create a new function via the hugo new functions/newfunction.md ``` -The archetype for `functions` according to the Hugo theme is as follows: +The archetype for `functions` according to the Hugo docs is as follows: {{< code file="archetypes/functions.md" >}} -{{< readfile file="/themes/gohugoioTheme/archetypes/functions.md">}} +{{< readfile file="/archetypes/functions.md">}} {{< /code >}} #### New Function Required Fields |