HUGO
Menu
GitHub 87548 stars Mastodon

Rel

返回給定輸出格式的 rel 值,要麼是默認值,要麼是在站點配置中定義的。

Syntax

OUTPUTFORMAT.Rel

Returns

string

要使用此方法,您必須首先使用 GetCanonical 方法從頁面的 OutputFormats 集合中選擇特定的 輸出格式

{{ with .Site.Home.OutputFormats.Get "rss" }}
  {{ .Rel }} → alternate
{{ end }}

Last updated: January 1, 0001
Improve this page