Copyright
Returns the copyright notice as defined in your project configuration.
Syntax
SITE.Copyright
Returns
string
Project configuration:
copyright: © 2023 ABC Widgets, Inc.
copyright = '© 2023 ABC Widgets, Inc.'
{
"copyright": "© 2023 ABC Widgets, Inc."
}
Template:
{{ .Site.Copyright }} → © 2023 ABC Widgets, Inc.Last updated:
February 25, 2026
:
Merge commit '0c2fa2460f485e0eca564dcccf36d34538374922' (b0d3364f1)
Improve this page