diff options
author | Christian Oliff <[email protected]> | 2024-03-16 01:25:52 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-15 17:25:52 +0100 |
commit | 78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e (patch) | |
tree | 21d0d310785676b914035e5930e987540c494d8d /create | |
parent | 68d92ef9ddbb63340d71af0cb30e6fb7c4912c65 (diff) | |
download | hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.tar.gz hugo-78178d0c2a10e7793a41f8f66b3a4a6e4f70ef7e.zip |
all: Typo fixes
Diffstat (limited to 'create')
-rw-r--r-- | create/skeletons/theme/layouts/partials/terms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create/skeletons/theme/layouts/partials/terms.html b/create/skeletons/theme/layouts/partials/terms.html index 47cf6e41c..8a6ebec2a 100644 --- a/create/skeletons/theme/layouts/partials/terms.html +++ b/create/skeletons/theme/layouts/partials/terms.html @@ -2,7 +2,7 @@ For a given taxonomy, renders a list of terms assigned to the page. @context {page} page The current page. -@context {string} taxonomy The taxonony. +@context {string} taxonomy The taxonomy. @example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }} */}} |