Copyright
Returns the copyright notice as defined in the site 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 15, 2026
:
content: Rename site configuration to project configuration (phase 1) (f3ae0ce86)
Improve this page