Skip to content

Commit

Permalink
Update partials.md
Browse files Browse the repository at this point in the history
Small typo "*"
  • Loading branch information
alanlivio authored and bep committed Feb 8, 2024
1 parent d7e9a08 commit 0d3c2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/partials.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/*<PARTIALNAME>.html`
1. `layouts/partials/<PARTIALNAME>.html`
2. `themes/<THEME>/layouts/partials/<PARTIALNAME>.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].
Expand Down

0 comments on commit 0d3c2e2

Please sign in to comment.