From fafe6e75c5191ebd6f941cd002b71395a5d35f3c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 11 Apr 2019 03:42:12 -0400 Subject: [PATCH] fix version in footer linking to git sha instead of release tag --- archivebox/legacy/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivebox/legacy/templates/index.html b/archivebox/legacy/templates/index.html index 6b40000a..388e73f2 100644 --- a/archivebox/legacy/templates/index.html +++ b/archivebox/legacy/templates/index.html @@ -210,7 +210,7 @@
Archive created using ArchiveBox - version $version   |   + version v$version   |   Download index as JSON

$footer_info