Skip to content
Snippets Groups Projects
Commit 53d2a518 authored by pruizf's avatar pruizf
Browse files

internal link for corpus

parent c0d13277
No related merge requests found
Pipeline #83950 passed with stages
in 10 seconds
......@@ -20,8 +20,15 @@ sed -i -e 's/"toctitle">MeThAL<\/div>/"toctitle"><a href="https:\/\/methal.pages
# link to corpus exploration interface in sidebar
sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Corpus explorer (Opens new tab)">Explore the corpus</a>' site/en.html
sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Explorer le corpus (Nouvel onglet)">Explorer le corpus</a>' site/index.html
sed -i -e '516 i <li><a href="#_explore_the_corpus" title="Corpus explorer">Explore the corpus</a>' site/en.html
sed -i -e '516 i <li><a href="#_explorer_le_corpus" title="Explorer le corpus">Explorer le corpus</a>' site/index.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>' site/en.html
#sed -i -e '516 i <li><a target="_blank" href="https://methal.eu/ui/" title="Explorer le corpus (Nouvel onglet)">Explorer le corpus</a>' site/index.html
#<li><a target="_blank" href="https://methal.eu/ui/" title="Explorer le corpus (Nouvel onglet)">Explorer le corpus</a>
sed -i -e '516 i '
sed -i -e '517 i <ul class="sectlevel2">' site/en.html
sed -i -e '518 i <li><a target="_blank" title="Interface (Opens new tab)" href="https://methal.eu/ui/">Interface</a></li>' site/en.html
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment