From 3715d58fd5912f97dc4432fe1a19f9e67376b51a Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Wed, 26 May 2021 17:06:41 +0200 Subject: [PATCH] Add description of hashes --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bbb1a8b..3e3e697 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">REPO_HASH // PAGES_HASH</span> + <span class="git-hash"><abbr title="Git hash of main repository">REPO_HASH</abbr> // <abbr title="Git hash of this page's branch">PAGES_HASH</abbr></span> </footer> </body> </html> -- GitLab