From 9c9a4795a3105a2b5f8364208d37a49f7808eb34 Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Tue, 30 Nov 2021 10:56:22 +0100 Subject: [PATCH] again reorganizes sidebar links --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 62119a6..9c496f4 100755 --- a/publish.sh +++ b/publish.sh @@ -20,7 +20,7 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages # link to corpus exploration interface in sidebar -sed -i -e '517 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a></li>' site/en.html +sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a></li>' site/en.html # read-section -- GitLab