Add hover effect to all links except ones with 'nohover' class
diff --git a/templates/base.html b/templates/base.html
index 39bd2a1..57da866 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -45,7 +45,7 @@
         <img src="{{ SITEURL }}/theme/images/logo.png" alt="logo">
         {% endif %}
       </a>
-      <h2><a href="{{ SITEURL }}">{{ AUTHOR }}</a></h2>
+      <h2><a href="{{ SITEURL }}" class="nohover">{{ AUTHOR }}</a></h2>
       <p>{{ TAGLINE }}</p>
       <ul>
         {% for title, link in MENUITEMS %}