diff --git a/layouts/partials/backgroundColor.html b/layouts/partials/backgroundColor.html new file mode 100644 index 0000000..f77b538 --- /dev/null +++ b/layouts/partials/backgroundColor.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9c760fb..324af91 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -18,7 +18,7 @@ {{ with .Site.Params.copyright }} {{ . | safeHTML }} {{ else }} - © {{.Now.Format "2006"}} + ©{{now.Format "2006"}} {{ with .Site.Params.copyrightHolder }}{{ . }}{{end}}. All rights reserved. {{end}} diff --git a/layouts/partials/header.includes.html b/layouts/partials/header.includes.html index b29fafc..4c68c02 100644 --- a/layouts/partials/header.includes.html +++ b/layouts/partials/header.includes.html @@ -24,6 +24,8 @@ +{{ partial "backgroundColor.html" . }} +