commit | 41bf7d367db346f69699f933d7a6669fef71ade3 | [log] [tgz] |
---|---|---|
author | pR0Ps <pR0Ps.CM@gmail.com> | Thu Dec 05 16:33:55 2013 -0500 |
committer | pR0Ps <pR0Ps.CM@gmail.com> | Wed Dec 11 12:31:25 2013 -0500 |
tree | 7e3f91935d0b556dc1b70e92a8335b7ad03feb4c | |
parent | 53842f5e272817d106f747296e83d96a734c6069 [diff] [blame] |
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 %}