summaryrefslogtreecommitdiff
path: root/_includes/views
diff options
context:
space:
mode:
Diffstat (limited to '_includes/views')
-rw-r--r--_includes/views/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/views/footer.html b/_includes/views/footer.html
index 867a428..86650e1 100644
--- a/_includes/views/footer.html
+++ b/_includes/views/footer.html
@@ -3,7 +3,7 @@
<div class="wrapper">
<div class="site-footer-inner">
- <div>{{ site.copyright }} @{{ site.author | escape }}</div>
+ <div>{{ site.copyright }} {% if site.author %}@{{ site.author | escape }}{% endif %}</div>
<div>Powered by <a title="Jekyll is a simple, blog-aware, static site
generator." href="http://jekyllrb.com/">Jekyll</a> &amp; <a title="Yat, yet
another theme." href="https://github.com/jeffreytse/jekyll-theme-yat">Yat Theme</a>.</div>