HUGO
Menu
GitHub 87548 stars Mastodon

Title

返回站点配置中定义的标题。

Syntax

SITE.Title

Returns

string

站点配置:

title: My Documentation Site
title = 'My Documentation Site'
{
   "title": "My Documentation Site"
}

模板:

{{ .Site.Title }} → My Documentation Site

Last updated: January 1, 0001
Improve this page