diff --git a/var/www/templates/Wordstrending.html b/var/www/templates/Wordstrending.html index e8c6b0a5..4713b38f 100644 --- a/var/www/templates/Wordstrending.html +++ b/var/www/templates/Wordstrending.html @@ -23,7 +23,8 @@
+ diff --git a/var/www/templates/index.html b/var/www/templates/index.html index fd6010b4..cedea2f0 100644 --- a/var/www/templates/index.html +++ b/var/www/templates/index.html @@ -11,7 +11,6 @@ - @@ -35,13 +34,15 @@
diff --git a/var/www/update_thirdparty.sh b/var/www/update_thirdparty.sh index e12c46f1..2b5f7703 100755 --- a/var/www/update_thirdparty.sh +++ b/var/www/update_thirdparty.sh @@ -36,3 +36,9 @@ rm -rf ./static/css/plugins/ mv temp/${filename}/css/* ./static/css/ rm -rf temp/ +mkdir -p ./static/image +cd static/image +wget https://www.circl.lu/assets/images/logos/AIL.png -O AIL.png + +cd ../.. +