We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513033c commit 0a1b1ceCopy full SHA for 0a1b1ce
layouts/slides/single.html
@@ -5,8 +5,8 @@
5
{{- if .Title -}}
6
<div class="header-left">{{ .Title }}</div>
7
{{- end -}}
8
- {{- if site.Copyright -}}
9
- <div class="footer-left">{{ site.Copyright | safeHTML }} {{ now.Year }}</div>
+ {{- if site.Params.Copyright -}}
+ <div class="footer-left">{{ site.Params.Copyright | safeHTML }} {{ now.Year }}</div>
10
11
</div>
12
0 commit comments