Use the site name instead of the author in the sidebar
diff --git a/templates/base.html b/templates/base.html
index ce2b4d3..f8d6ed4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -52,7 +52,7 @@
         <img src="{{ USER_LOGO_URL }}" alt="logo" id="logo">
         {% endif %}
       </a>
-      <h2><a href="{{ SITEURL }}" class="nohover">{{ AUTHOR }}</a></h2>
+      <h2><a href="{{ SITEURL }}" class="nohover">{{ SITENAME }}</a></h2>
       <p>{{ TAGLINE }}</p>
       <ul>
         {% for name, link in SOCIAL %}