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