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 23, 2026
:
content: Rename site configuration to project configuration (phase 2) (9243e9f6b)
Improve this page