summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/param.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/param.md')
-rw-r--r--docs/content/en/functions/param.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/functions/param.md b/docs/content/en/functions/param.md
index eb0a87279..5387647d2 100644
--- a/docs/content/en/functions/param.md
+++ b/docs/content/en/functions/param.md
@@ -19,11 +19,11 @@ draft: false
aliases: []
---
-In Hugo, you can declare [site-wide params][sitevars] (i.e. in your [configuration][]), as well as params for [individual pages][pagevars].
+In Hugo, you can declare [site-wide params][sitevars] (i.e. in your [configuration]), as well as params for [individual pages][pagevars].
A common use case is to have a general value for the site and a more specific value for some of the pages (e.g., an image).
-You can use the `.Param` method to call these values into your template. The following will first look for an `image` param in a specific content's [front matter][]. If not found, Hugo will look for an `image` param in your site's configuration:
+You can use the `.Param` method to call these values into your template. The following will first look for an `image` param in a specific content's [front matter]. If not found, Hugo will look for an `image` param in your site's configuration:
```
$.Param "image"