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:
December 4, 2023
:
Squashed 'docs/' changes from 4d936aee6..4dd2d6415 (35dec7c96)
Improve this page