Fix small typographical errors in shortcode templating page

This commit is contained in:
Ryan Watters
2017-04-14 17:59:24 -05:00
parent d557ca80c3
commit 74da85edf6
+2 -2
View File
@@ -100,10 +100,10 @@ The `.Params` variable in shortcodes contains the list parameters passed to shor
: these are the parameters passed directly into the shortcode declaration (e.g., a YouTube video ID) : these are the parameters passed directly into the shortcode declaration (e.g., a YouTube video ID)
`$.Page.Params` `$.Page.Params`
: refers to the page's params; the "page" in this case refers to the content file in which the shortcode is declared (e.g., a `shortcode_color` field in a content's front matter). : refers to the page's params; the "page" in this case refers to the content file in which the shortcode is declared (e.g., a `shortcode_color` field in a content's front matter could be accessed via `$.Page.Params.shortcode_color`).
`$.Page.Site.Params` `$.Page.Site.Params`
: refers to global variables as defined in your [site's configuration file][config] : refers to global variables as defined in your [site's configuration file][config].
#### `.IsNameParams` #### `.IsNameParams`