Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/echoparam.md')
-rw-r--r--docs/content/en/functions/echoparam.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/content/en/functions/echoparam.md b/docs/content/en/functions/echoparam.md
new file mode 100644
index 000000000..47e35f5c7
--- /dev/null
+++ b/docs/content/en/functions/echoparam.md
@@ -0,0 +1,25 @@
+---
+title: echoParam
+description: Prints a parameter if it is set.
+godocref:
+date: 2017-02-01
+publishdate: 2017-02-01
+lastmod: 2017-02-01
+categories: [functions]
+menu:
+ docs:
+ parent: "functions"
+keywords: []
+signature: ["echoParam DICTIONARY KEY"]
+workson: []
+hugoversion:
+relatedfuncs: []
+deprecated: false
+draft: false
+aliases: []
+---
+
+
+```
+{{ echoParam .Params "project_url" }}
+```