mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 19:24:40 -04:00
16 lines
292 B
Markdown
16 lines
292 B
Markdown
---
|
|
title: hugo.IsServer
|
|
description: Reports whether the built-in development server is running.
|
|
categories: []
|
|
keywords: []
|
|
params:
|
|
functions_and_methods:
|
|
aliases: []
|
|
returnType: bool
|
|
signatures: [hugo.IsServer]
|
|
---
|
|
|
|
```go-html-template
|
|
{{ hugo.IsServer }} → true/false
|
|
```
|