hugo/docs/content/en/methods/site/Copyright.md
2023-12-04 15:24:01 +01:00

409 B

title description categories keywords action
Copyright Returns the copyright notice as defined in the site configuration.
related returnType signatures
string
SITE.Copyright

Site configuration:

{{< code-toggle file=hugo >}} copyright = '© 2023 ABC Widgets, Inc.' {{< /code-toggle >}}

Template:

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