From 0d3c2e2c32ee20d700f988b50f8bf4d7ab81e549 Mon Sep 17 00:00:00 2001 From: Alan Guedes Date: Thu, 8 Feb 2024 11:43:29 +0000 Subject: [PATCH] Update partials.md Small typo "*" --- 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 02835f3a8..afbad1a6c 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].