summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/partials.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/partials.md')
-rw-r--r--docs/content/en/templates/partials.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/partials.md b/docs/content/en/templates/partials.md
index b3826d56d..1899f87d5 100644
--- a/docs/content/en/templates/partials.md
+++ b/docs/content/en/templates/partials.md
@@ -22,7 +22,7 @@ toc: true
## Partial Template Lookup Order
-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:
+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`
2. `themes/<THEME>/layouts/partials/*<PARTIALNAME>.html`