8 lines
239 B
HTML
Executable file
8 lines
239 B
HTML
Executable file
<footer class="footer">
|
|
<!-- Option for user to inject custom html -->
|
|
{{ if .Site.Params.CustomFooterHTML }}
|
|
{{ .Site.Params.CustomFooterHTML | safeHTML }}
|
|
{{ end }}
|
|
|
|
<span>© {{ now.Year }} </span>
|
|
</footer>
|