Skip to content

Commit 0a1b1ce

Browse files
committed
fix: [slides] Use site params for copyright text
1 parent 513033c commit 0a1b1ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/slides/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{{- if .Title -}}
66
<div class="header-left">{{ .Title }}</div>
77
{{- end -}}
8-
{{- if site.Copyright -}}
9-
<div class="footer-left">{{ site.Copyright | safeHTML }} {{ now.Year }}</div>
8+
{{- if site.Params.Copyright -}}
9+
<div class="footer-left">{{ site.Params.Copyright | safeHTML }} {{ now.Year }}</div>
1010
{{- end -}}
1111
</div>
1212
</div>

0 commit comments

Comments
 (0)