feat: support disabling animations
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<footer id="site-footer" class="section-inner thin animated fadeIn faster">
|
||||
<footer id="site-footer" class="section-inner thin {{- if ne false .Site.Params.usesAnimation }} animated fadeIn faster {{- end -}}">
|
||||
<p>
|
||||
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author.name }}</a>
|
||||
· {{ .Site.Params.footerCopyright | safeHTML }}
|
||||
|
Reference in New Issue
Block a user