From d7e9a08782e7eb026070c8ff00173588ddbca684 Mon Sep 17 00:00:00 2001 From: Alan Guedes Date: Thu, 8 Feb 2024 11:26:07 +0000 Subject: [PATCH] Update partials.md --- content/en/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].