summaryrefslogtreecommitdiffstats
path: root/docs/content/zh/templates/base.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/zh/templates/base.md')
-rw-r--r--docs/content/zh/templates/base.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/zh/templates/base.md b/docs/content/zh/templates/base.md
index 3a1aa479c..bf0e9165a 100644
--- a/docs/content/zh/templates/base.md
+++ b/docs/content/zh/templates/base.md
@@ -41,7 +41,7 @@ Variables are denoted by capitalized text set within `<>`. Note that Hugo's defa
### Example Base Template Lookup Order
-As an example, let's assume your site is using a theme called "mytheme" when rendering the section list for a `posts` section. Hugo picks `layout/section/posts.html` as the template for [rendering the section][]. The `{{define}}` block in this template tells Hugo that the template is an extension of a base template.
+As an example, let's assume your site is using a theme called "mytheme" when rendering the section list for a `posts` section. Hugo picks `layout/section/posts.html` as the template for [rendering the section]. The `{{define}}` block in this template tells Hugo that the template is an extension of a base template.
Here is the lookup order for the `posts` base template: