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 }}