summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/lists.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/lists.md')
-rw-r--r--docs/content/en/templates/lists.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/templates/lists.md b/docs/content/en/templates/lists.md
index 18f03c6f1..03847707b 100644
--- a/docs/content/en/templates/lists.md
+++ b/docs/content/en/templates/lists.md
@@ -199,7 +199,7 @@ This list template has been modified slightly from a template originally used in
## Order Content
-Hugo lists render the content based on metadata you provide in [front matter][]. In addition to sane defaults, Hugo also ships with multiple methods to make quick work of ordering content inside list templates:
+Hugo lists render the content based on metadata you provide in [front matter]. In addition to sane defaults, Hugo also ships with multiple methods to make quick work of ordering content inside list templates:
### Default: Weight > Date > LinkTitle > FilePath
@@ -499,7 +499,7 @@ In the above example, you may want `{{.Title}}` to point the `title` field you h
### By Page Parameter in Date Format
-The following template takes grouping by `date` a step further and uses Go's layout string. See the [`Format` function][] for more examples of how to use Go's layout string to format dates in Hugo.
+The following template takes grouping by `date` a step further and uses Go's layout string. See the [`Format` function] for more examples of how to use Go's layout string to format dates in Hugo.
{{< code file="layouts/partials/by-page-param-as-date.html" >}}
<!-- Groups content by month according to the "param_key" field in front matter -->