mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
388 B
388 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Title | Returns the title as defined in the site configuration. |
|
Site configuration:
{{< code-toggle file=hugo >}} title = 'My Documentation Site' {{< /code-toggle >}}
Template:
{{ .Site.Title }} → My Documentation Site