HUGO
Menu
GitHub 88330 stars Mastodon

Version

Returns the Version object for the given site.

Syntax

SITE.Version

Returns

versions.Version
New in v0.153.0

Overview

The Version method on a Site object returns the Version object for the given site, derived from the version definition in your project configuration.

Methods

Use these methods on the Version object.

IsDefault
(bool) Reports whether this is the default version.
{{ .Site.Version.IsDefault }} → true
Name
(string) Returns the version name. This is the lowercased key from your project configuration.
{{ .Site.Version.Name }} → v1.0.0