diff options
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" .) }} */}} |