From c022b4bb446ecd4e86742a5bc9cc9c311734656c Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Tue, 9 May 2017 18:33:28 -0500 Subject: [PATCH] Add more links to partial templates page --- content/templates/partials.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/templates/partials.md b/content/templates/partials.md index fe88ea59a..89e726264 100644 --- a/content/templates/partials.md +++ b/content/templates/partials.md @@ -22,7 +22,7 @@ In practice, splitting out reusable template portions into **partial templates** ## 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/*.html` 2. `themes//layouts/partials/*.html` @@ -169,6 +169,7 @@ The following `footer.html` partial template is used for [spf13.com](http://spf1 [disqus]: https://disqus.com [disqussignup]: https://disqus.com/profile/signup/ [listtemps]: /templates/lists/ +[lookup order]: /templates/lookup-order/ [partialcached]: /functions/partialcached/ [singletemps]: /templates/single-page-templates/ [themes]: /themes/ \ No newline at end of file