diff --git a/files/assets/images/WPD/cached.webp b/files/assets/images/WPD/cached.webp new file mode 100644 index 0000000000..716b24d8f0 Binary files /dev/null and b/files/assets/images/WPD/cached.webp differ diff --git a/files/templates/default.html b/files/templates/default.html index cecf9e98e8..a66fc78e2e 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -285,13 +285,17 @@ {% else %} {% set path = "assets/images/" + SITE_NAME + "/banners" %} {% set image = "/" + path + "/" + listdir('files/' + path)|random() + '?v=25' %} - site banner + site banner {% endif %} + {% elif SITE_NAME == 'WPD' %} + + site banner + {% else %} site banner - + {% endif %} {% endif %} {% endblock %}