commit | 9a4c7517a4ae47f18aee4c8152d192fe6979e3ca | [log] [tgz] |
---|---|---|
author | Carey Metcalfe <pR0Ps.CM@gmail.com> | Thu Sep 25 13:35:55 2014 -0400 |
committer | Carey Metcalfe <pR0Ps.CM@gmail.com> | Thu Sep 25 13:35:55 2014 -0400 |
tree | abbb40fddafc79dc5b2d44de1f682691c3c17dc0 | |
parent | 45fb4b9aa80d718a246d0f9b30d9e8a0c4153cbe [diff] |
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 %}