summaryrefslogtreecommitdiffstats
path: root/source/_includes/custom/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes/custom/footer.html')
-rw-r--r--source/_includes/custom/footer.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/_includes/custom/footer.html b/source/_includes/custom/footer.html
index 488ea2f..d6b4a36 100644
--- a/source/_includes/custom/footer.html
+++ b/source/_includes/custom/footer.html
@@ -1 +1,6 @@
-Copyright © {{ site.time | date: "%Y" }} {{ site.title }} \ No newline at end of file
+Copyright © {{ site.time | date: "%Y" }}
+{% if site.author %}
+ {{ site.author }}
+{% else %}
+ {{ site.title }}
+{% endif %}