From 69afe5f9dcb5f371102c0590ad0c187a35291d44 Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Wed, 26 May 2021 16:53:55 +0200 Subject: [PATCH] Add second hash position --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 9fc02aa..bbb1a8b 100644 --- a/index.html +++ b/index.html @@ -96,7 +96,7 @@ </section> <footer> <a href="mailto:a.herten@fz-juelich.de" rel="author">—Andreas Herten</a> - <span class="git-hash">HASH</span> + <span class="git-hash">REPO_HASH // PAGES_HASH</span> </footer> </body> </html> -- GitLab