diff --git a/files/assets/images/Deuxrama/cover.webp b/files/assets/images/Deuxrama/cover.webp index 417da77a7..5941441b9 100644 Binary files a/files/assets/images/Deuxrama/cover.webp and b/files/assets/images/Deuxrama/cover.webp differ diff --git a/files/templates/authforms.html b/files/templates/authforms.html index 1b62edfa8..49ffe08d4 100644 --- a/files/templates/authforms.html +++ b/files/templates/authforms.html @@ -53,16 +53,6 @@ - - -
@@ -118,7 +108,7 @@
- cover + cover
diff --git a/files/templates/login.html b/files/templates/login.html index 006e9741c..d2d21dba0 100644 --- a/files/templates/login.html +++ b/files/templates/login.html @@ -26,15 +26,6 @@ - -
diff --git a/files/templates/login_2fa.html b/files/templates/login_2fa.html index 3e7edc24b..56ea6a6b2 100644 --- a/files/templates/login_2fa.html +++ b/files/templates/login_2fa.html @@ -24,15 +24,6 @@ - -
@@ -96,7 +87,7 @@
- cover + cover
diff --git a/files/templates/sign_up.html b/files/templates/sign_up.html index 79cb22bce..427324ad7 100644 --- a/files/templates/sign_up.html +++ b/files/templates/sign_up.html @@ -39,15 +39,6 @@ - -
@@ -141,7 +132,7 @@
- cover + cover
diff --git a/files/templates/sign_up_failed_ref.html b/files/templates/sign_up_failed_ref.html index f620cecfe..dfac417ac 100644 --- a/files/templates/sign_up_failed_ref.html +++ b/files/templates/sign_up_failed_ref.html @@ -40,15 +40,6 @@ - -
@@ -85,7 +76,7 @@
- cover + cover
diff --git a/files/templates/util/assetcache.html b/files/templates/util/assetcache.html index c95787096..f30aad0fc 100644 --- a/files/templates/util/assetcache.html +++ b/files/templates/util/assetcache.html @@ -38,5 +38,5 @@ set CACHE_VER = { {%- endmacro -%} {%- macro asset_siteimg(name) -%} -/i/{{SITE_NAME}}/{{name}}?v=3001 +/i/{{SITE_NAME}}/{{name}}?v=3002 {%- endmacro -%}