diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index 02835f3a85..afbad1a6c3 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -18,7 +18,7 @@ aliases: [/templates/partial/,/layout/chrome/,/extras/analytics/] Partial templates---like [single page templates][singletemps] and [list page templates][listtemps]---have a specific [lookup order]. However, partials are simpler in that Hugo will only check in two places: -1. `layouts/partials/*.html` +1. `layouts/partials/.html` 2. `themes//layouts/partials/.html` This allows a theme's end user to copy a partial's contents into a file of the same name for [further customization][customize].