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

change link color

parent c73a1b65
Branches
No related merge requests found
Pipeline #76428 passed with stages
in 10 seconds
......@@ -60,6 +60,14 @@ realdate=$(grep -P 'Last updated on ' site/en.html | grep -Po '[0-9: -]+ UTC')
perl -p -i -e "s/Last updated on .+/Last updated on $realdate/" site/read/en.html
perl -p -i -e "s/Last updated on .+/Mis à jour le $realdate/" site/read/index.html
# change color of legal information links
#<h2 id="_mentions_
perl -p -i -e 's/<h2 id="_mentions_/<h2 style="color:#595959" id="_mentions_/' site/index.html
perl -p -i -e 's/<h2 id="_about_this_website/<h2 style="color:#595959" id="_about_this_website/' site/en.html
# COPY to public repo ==========================================================
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