Copyright

Copyright


Returns the copyright notice as defined in the site configuration.

Site configuration:

hugo.
     
copyright: © 2023 ABC Widgets, Inc.
copyright = '© 2023 ABC Widgets, Inc.'
{
   "copyright": "© 2023 ABC Widgets, Inc."
}

Template:

{{ .Site.Copyright }} → © 2023 ABC Widgets, Inc.