1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Roland Mas <lolando@debian.org>
Date: Sat, 29 Jul 2023 23:34:15 +0200
Subject: Remove version switch code in HTML docs
---
hugo/layouts/partials/head.html | 1 -
1 file changed, 1 deletion(-)
diff --git a/hugo/layouts/partials/head.html b/hugo/layouts/partials/head.html
index e5c0fb6..5992de1 100644
--- a/hugo/layouts/partials/head.html
+++ b/hugo/layouts/partials/head.html
@@ -94,7 +94,6 @@
<link href="https://fonts.googleapis.com/css?family=Libre+Baskerville" rel='stylesheet' type='text/css'>
<script src="/js/jquery.js"></script>
-<script src="https://bornagainproject.org/js/version_switch.js"></script>
<script>
MathJax = {
|