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.
This commit is contained in:
@@ -1 +1 @@
|
||||
<small>{{ .Site.Title }} - {{ .Site.Copyright | .RenderString }}</small>
|
||||
<small>{{ .Site.Title }} - {{ default .Site.Copyright .Params.Copyright | .RenderString }}</small>
|
||||
|
||||
Reference in New Issue
Block a user