Copyright
Returns the copyright notice as defined in the site configuration.
Syntax
SITE.Copyright
Returns
string
Site 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:
March 5, 2025
:
content: Consolidate configuration documentation (b6cae5cbc)
Improve this page