Skip to content
Snippets Groups Projects

Regular merge of develop

Merged Laurent Heirendt requested to merge develop into master
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -47,6 +47,12 @@ do
ln -s ../../theme/package.json package.json
ln -s ../../theme theme
# reset the theme
cd ../../theme
git checkout -- templates/_index.html
cd $BLADE
echo " > Theme reset."
# add matomo
sed -i "/matomohead/r./../../.ci/analytics/head.html" theme/templates/_index.html
sed -i "/matomopolicy/r./../../.ci/analytics/policy.html" theme/templates/_index.html
Loading