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

fix:[pub] changes FR toc link to read section

parent 04ebcc4a
Branches
No related merge requests found
Pipeline #61036 passed with stages
in 6 seconds
......@@ -23,7 +23,7 @@ done
# read-section
sed -i -e 's/href="#_read_the_plays"/href=".\/read\/en.html"/g' site/en.html
sed -i -e 's/href="#_lire_les_pieces"/href=".\/read"/g' site/index.html
sed -i -e 's/href="#_lire_les_pièces"/href=".\/read"/g' site/index.html
plays_done=$(ls site/read/tei/*xml | wc -l)
sed -i -e "s/##nbrPieces/${plays_done}/g" read/*html
......
......@@ -19,7 +19,7 @@
<ul class="sectlevel2">
<li><a href="../en.html#_publications_and_contributions_to_conferences">Publications</a></li>
<li><a href="../en.html#_corpus">Corpus</a></li>
<li><a href="../en.html#_read_the_plays">Read the plays</a></li>
<li><a href="../read/en.html">Read the plays</a></li>
</ul>
</li>
<li><a href="../en.html#_participants">Participants</a></li>
......
......@@ -19,7 +19,7 @@
<ul class="sectlevel2">
<li><a href="../#_publications_et_communications">Publications</a></li>
<li><a href="../#_corpus">Corpus</a></li>
<li><a href="../#_lire_les_pièces">Lire les pièces</a></li>
<li><a href="../read">Lire les pièces</a></li>
</ul>
</li>
<li><a href="../#_participants">Participants</a></li>
......
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