Files
hugo-book/layouts/_partials/docs/copyright.html
Levente Polyak 97d7ee40ed Allow overriding the site global copyright with page local params (#810)
This is useful when certain sub pages may have a different copyright
than the entire rest of the site.
2026-04-08 13:39:43 +02:00

2 lines
99 B
HTML

<small>{{ .Site.Title }} - {{ default .Site.Copyright .Params.Copyright | .RenderString }}</small>