summaryrefslogtreecommitdiffstats
path: root/source/_includes/custom/footer.html
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-05-07 08:20:32 +0200
committerSkyArrow <tommy351@gmail.com>2012-05-07 08:20:32 +0200
commitab2b4a9da70b6be025165e03388a81aba9c9b753 (patch)
tree79cef49203957ad31f41127e8df8f969eda717ac /source/_includes/custom/footer.html
parent4b200446ba1ce9588dbf60389165b4eb0376021a (diff)
parent84469c8c33aad9725b0f15421989d057df7acc40 (diff)
downloadoctopress-theme-jeyzu-ab2b4a9da70b6be025165e03388a81aba9c9b753.zip
octopress-theme-jeyzu-ab2b4a9da70b6be025165e03388a81aba9c9b753.tar.gz
Merge pull request #10 from xuhdev/copyright-footer-author
Correct the author in the copyright footer
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 &copy; {{ site.time | date: "%Y" }} {{ site.title }} \ No newline at end of file
+Copyright &copy; {{ site.time | date: "%Y" }}
+{% if site.author %}
+ {{ site.author }}
+{% else %}
+ {{ site.title }}
+{% endif %}