diff --git a/content/en/templates/types.md b/content/en/templates/types.md index 9a9efaab6..fe3dc9742 100644 --- a/content/en/templates/types.md +++ b/content/en/templates/types.md @@ -285,7 +285,8 @@ Execute the _partial_ template by calling the [`partial`] or [`partialCached`] f {{ partial "footer.html" . }} ``` -Unlike other template types, _partial_ template selection is based on the file name passed in the `partial` or `partialCached` call. Hugo does not consider the current page kind, content type, logical path, language, or output format when searching for a matching _partial_ template. However, Hugo _does_ apply the same name matching logic it uses for other templates. This means it tries to find the most specific match first, then progressively looks for more general versions if the specific one isn't found. + +Unlike other template types, Hugo does not consider the current page kind, content type, logical path, language, or output format when searching for a matching _partial_ template. However, it _does_ apply the same name matching logic it uses for other template types. This means it tries to find the most specific match first, then progressively looks for more general versions if the specific one isn't found. For example, with this call: