mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +00:00
24 lines
384 B
Markdown
24 lines
384 B
Markdown
---
|
|
title: echoparam
|
|
linktitle: echoParam
|
|
description: Prints a parameter if it is set.
|
|
godocref:
|
|
date: 2017-02-01
|
|
publishdate: 2017-02-01
|
|
lastmod: 2017-02-01
|
|
categories: [functions]
|
|
tags: []
|
|
signature:
|
|
workson: []
|
|
hugoversion:
|
|
relatedfuncs: []
|
|
deprecated: false
|
|
draft: false
|
|
aliases: []
|
|
---
|
|
|
|
`echoParam` prints a parameter if it is set.
|
|
|
|
```
|
|
{{ echoParam .Params "project_url" }}
|
|
``` |