Skip to content
Snippets Groups Projects
Verified Commit d23e7319 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

reset theme

parent a865206b
No related branches found
No related tags found
1 merge request!84Regular merge of develop
Pipeline #29622 passed
...@@ -47,6 +47,12 @@ do ...@@ -47,6 +47,12 @@ do
ln -s ../../theme/package.json package.json ln -s ../../theme/package.json package.json
ln -s ../../theme theme ln -s ../../theme theme
# reset the theme
cd ../../theme
git checkout -- templates/_index.html
cd $BLADE
echo " > Theme reset."
# add matomo # add matomo
sed -i "/matomohead/r./../../.ci/analytics/head.html" theme/templates/_index.html sed -i "/matomohead/r./../../.ci/analytics/head.html" theme/templates/_index.html
sed -i "/matomopolicy/r./../../.ci/analytics/policy.html" theme/templates/_index.html sed -i "/matomopolicy/r./../../.ci/analytics/policy.html" theme/templates/_index.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment