mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
18 lines
357 B
Markdown
18 lines
357 B
Markdown
|
---
|
||
|
title: hugo.IsProduction
|
||
|
description: Reports whether the current running environment is "production".
|
||
|
categories: []
|
||
|
keywords: []
|
||
|
action:
|
||
|
aliases: []
|
||
|
related:
|
||
|
- functions/hugo/IsDevelopment
|
||
|
- functions/hugo/Environment
|
||
|
returnType: bool
|
||
|
signatures: [hugo.IsProduction]
|
||
|
---
|
||
|
|
||
|
```go-html-template
|
||
|
{{ hugo.IsProduction }} → true/false
|
||
|
```
|