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/page.html b/templates/page.html index ba8e946..fe8b24f 100644 --- a/templates/page.html +++ b/templates/page.html
@@ -4,7 +4,7 @@ {% block content %} <article> <div class="article_title"> - <h1><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h1> + <h1><a href="{{ SITEURL }}/{{ page.url }}" class="nohover">{{ page.title }}</a></h1> </div> <div class="article_text"> {{ page.content }}