Add hover effect to all links except ones with 'nohover' class
diff --git a/templates/article.html b/templates/article.html
index 68b91dc..48f4d4e 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -12,7 +12,7 @@
 {% block content %}
 <article>
   <div class="article_title">
-    <h1><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h1>
+    <h1><a href="{{ SITEURL }}/{{ article.url }}" class="nohover">{{ article.title }}</a></h1>
   </div>
   <div class="article_text">
     {{ article.content }}