diff --git a/index.html b/index.html
index 0374766fd3f83a02c7154bd5c6dc608ece8a573d..9fc02aad07fc1e90a8e9974a47b104e6794b590a 100644
--- a/index.html
+++ b/index.html
@@ -32,14 +32,13 @@
       border-left: 3px solid #FFEB3B;
       padding-left: 3px;
     }
-    .git-footer {
+    .git-hash {
+      display: block;
       font-size: smaller;
       color: gray;
       text-align: center;
       margin-top: 2em;
       font-style: italic;
-    }
-    .git-hash {
       font-family: monospace;
     }
     @media print {
@@ -97,6 +96,7 @@
   </section>
   <footer>
     <a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a>
+    <span class="git-hash">HASH</span>
   </footer>
 </body>
 </html>