diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index c8d30cb..bbbc510 100644
--- a/layouts/partials/footer/footer.html
+++ b/layouts/partials/footer/footer.html
@@ -5,7 +5,12 @@
{{ if and (.Site.Params.footer.since) (ne .Site.Params.footer.since (int (now.Format "2006"))) }}
{{ .Site.Params.footer.since }} -
{{ end }}
- {{ now.Format "2006" }} {{ .Site.Title }}
+ {{ now.Format "2006" }}
+ {{ if .Site.Copyright }}
+ {{ .Site.Copyright }}
+ {{ else }}
+ {{ .Site.Title }}
+ {{ end }}