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

fix relative links

parent a05870ba
No related branches found
No related tags found
1 merge request!84Regular merge of develop
Pipeline #29621 passed
...@@ -48,9 +48,9 @@ do ...@@ -48,9 +48,9 @@ do
ln -s ../../theme theme ln -s ../../theme theme
# 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
sed -i "/matomobanner/r./.ci/analytics/gdpr-banner.html" theme/templates/_index.html sed -i "/matomobanner/r./../../.ci/analytics/gdpr-banner.html" theme/templates/_index.html
# install npm # install npm
yarn global add grunt-cli generator-reveal yarn global add grunt-cli generator-reveal
......
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