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

modif header links

parent f43a064d
No related merge requests found
Pipeline #83611 passed with stages
in 7 seconds
...@@ -67,17 +67,17 @@ perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#737373;font-size ...@@ -67,17 +67,17 @@ perl -p -i -e 's/<a href="#_about_this_website/<a style="color:#737373;font-size
# modif header links # modif header links
sed -i -e 's#/\./index\.html##g' site/index.html sed -i -e 's~/\./index\.html~/#~g' site/index.html
sed -i -e 's#/\./index\.html##g' site/en.html sed -i -e 's~/\./index\.html~/#~g' site/en.html
sed -i -e 's#/\./index\.html##g' site/header.html sed -i -e 's~/\./index\.html~/#~g' site/header.html
sed -i -e 's#index\.html##g' site/index.html sed -i -e 's~index\.html~/#~g' site/index.html
sed -i -e 's#index\.html##g' site/en.html sed -i -e 's~index\.html~/#~g' site/en.html
sed -i -e 's#index\.html##g' site/header.html sed -i -e 's~index\.html~/#~g' site/header.html
sed -i -e 's#\./en\.html#./en#' site/index.html sed -i -e 's~\./en\.html~./en~' site/index.html
sed -i -e 's#\./en\.html#./en#' site/en.html sed -i -e 's~\./en\.html~./en~' site/en.html
sed -i -e 's#\./en\.html#./en#' site/header.html sed -i -e 's~\./en\.html~./en~' site/header.html
# COPY to public repo ========================================================== # COPY to public repo ==========================================================
cp -r site/*html public cp -r site/*html public
......
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