From b52eda81078c640ed6c8b239758201e9e6138749 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Wed, 26 May 2021 16:50:51 +0200
Subject: [PATCH] Add Git hash to index.html

---
 index.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index 0374766..9fc02aa 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>
-- 
GitLab