summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/GetPage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/GetPage.md')
-rw-r--r--docs/content/en/functions/GetPage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/GetPage.md b/docs/content/en/functions/GetPage.md
index 0c74e628b..6a6262f75 100644
--- a/docs/content/en/functions/GetPage.md
+++ b/docs/content/en/functions/GetPage.md
@@ -56,7 +56,7 @@ The previous examples have used the full content filename to look up the post. D
This code snippet---in the form of a [partial template][partials]---allows you to do the following:
-1. Grab the index object of your `tags` [taxonomy][].
+1. Grab the index object of your `tags` [taxonomy].
2. Assign this object to a variable, `$t`
3. Sort the terms associated with the taxonomy by popularity.
4. Grab the top two most popular terms in the taxonomy (i.e., the two most popular tags assigned to content.