diff options
author | SkyArrow <tommy351@gmail.com> | 2012-05-07 08:20:32 +0200 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-05-07 08:20:32 +0200 |
commit | ab2b4a9da70b6be025165e03388a81aba9c9b753 (patch) | |
tree | 79cef49203957ad31f41127e8df8f969eda717ac | |
parent | 4b200446ba1ce9588dbf60389165b4eb0376021a (diff) | |
parent | 84469c8c33aad9725b0f15421989d057df7acc40 (diff) | |
download | octopress-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
-rw-r--r-- | source/_includes/custom/footer.html | 7 |
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 %} |