From 85d62c2400dc576792b3e6de5f70d38630ac8b3b Mon Sep 17 00:00:00 2001 From: pruizf <pabloruizfabo@gmail.com> Date: Sun, 16 Aug 2020 14:31:25 +0200 Subject: [PATCH] [dp] modif publish script --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 97c763a..88e323b 100755 --- a/publish.sh +++ b/publish.sh @@ -12,7 +12,7 @@ sed -i -e 's/"toctitle">Navigation<\/div>/"toctitle"><a href="https:\/\/methal.p # make it clear where corpus is sed -i -e 's/"#_outputs">Outputs<\/a>/"#_outputs">Corpus \& Outputs<\/a>/' site/en.html # french site -------------------------- -sed -i -e 's/<title>Objectifs<\/title>/<title>MeThAL<\/title>/' site/en.html +sed -i -e 's/<title>Objectifs<\/title>/<title>MeThAL<\/title>/' site/index.html # add home link to top entry in ToC sed -i -e 's/"toctitle">Navigation<\/div>/"toctitle"><a href="https:\/\/methal.pages.unistra.fr">Navigation<\/a><\/div>/' site/index.html -- GitLab