mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
423 B
423 B
title, description, categories, keywords, params
title | description | categories | keywords | params | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.