diff --git a/content/en/templates/partials.md b/content/en/templates/partials.md index 35ba2ee9e..02835f3a8 100644 --- a/content/en/templates/partials.md +++ b/content/en/templates/partials.md @@ -19,7 +19,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` -2. `themes//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].