hugo

Fork of github.com/gohugoio/hugo with reverse pagination support

git clone git://git.shimmy1996.com/hugo.git

echoparam.md (380B)

    1 ---
    2 title: echoParam
    3 description: Prints a parameter if it is set.
    4 date: 2017-02-01
    5 publishdate: 2017-02-01
    6 lastmod: 2017-02-01
    7 categories: [functions]
    8 menu:
    9   docs:
   10     parent: "functions"
   11 keywords: []
   12 signature: ["echoParam DICTIONARY KEY"]
   13 workson: []
   14 hugoversion:
   15 relatedfuncs: []
   16 deprecated: false
   17 draft: false
   18 aliases: []
   19 ---
   20 
   21 
   22 ```
   23 {{ echoParam .Params "project_url" }}
   24 ```