HUGO
Menu
GitHub 87548 stars Mastodon

Permalink

發布給定資源並返回其永久鏈接。

Syntax

RESOURCE.Permalink

Returns

string

此方法可用於 全局資源頁面資源遠程資源

Resource 對象上的 Permalink 方法將資源寫入發布目錄(通常是 public),並返回其 永久鏈接

{{ with resources.Get "images/a.jpg" }}
  {{ .Permalink }} → https://example.org/images/a.jpg
{{ end }}

Last updated: January 1, 0001
Improve this page