mirror of https://github.com/gohugoio/hugo
409 B
409 B
title | description | categories | keywords | action | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Copyright | Returns the copyright notice as defined in the site configuration. |
|
Site configuration:
{{< code-toggle file=hugo >}} copyright = '© 2023 ABC Widgets, Inc.' {{< /code-toggle >}}
Template:
{{ .Site.Copyright }} → © 2023 ABC Widgets, Inc.