From cd791bb2885664aede4d22569aaed2746a995096 Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Fri, 31 Mar 2023 14:33:46 +0200 Subject: [PATCH 1/2] Changed versioning Just to bring it to the same format as all other themes --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9451278..4a013d7 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes * Theme Name: Aurora -* Theme Version: 1.6.1 +* Theme Version: 1.7 * Theme Date: 2022-07-21 * Theme Author: KiwiSin * Theme Author URI: https://me.unraid.nz/@kiwi From 44b5068f721a0e41a83600be3aa2b3e990482b5b Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Fri, 31 Mar 2023 14:39:23 +0200 Subject: [PATCH 2/2] Changed image path This is quite unconventional, and I would not recommend this otherwise, but this is the only way to still have older versions display an image instead of a white background. (Removed not required files) https://github.com/LittleLink-Custom/Aurora/issues/1 --- extra/custom-assets/aurora.jpg => aurora.jpg | Bin extra/custom-body-end.blade.php | 7 -- extra/custom-body.blade.php | 7 -- extra/custom-head.blade.php | 6 +- extra/custom-icons/readme.html | 100 ------------------- 5 files changed, 2 insertions(+), 118 deletions(-) rename extra/custom-assets/aurora.jpg => aurora.jpg (100%) delete mode 100644 extra/custom-body-end.blade.php delete mode 100644 extra/custom-body.blade.php delete mode 100644 extra/custom-icons/readme.html diff --git a/extra/custom-assets/aurora.jpg b/aurora.jpg similarity index 100% rename from extra/custom-assets/aurora.jpg rename to aurora.jpg diff --git a/extra/custom-body-end.blade.php b/extra/custom-body-end.blade.php deleted file mode 100644 index c381ae2..0000000 --- a/extra/custom-body-end.blade.php +++ /dev/null @@ -1,7 +0,0 @@ - - - - -{{-- This is a comment --}} - - \ No newline at end of file diff --git a/extra/custom-body.blade.php b/extra/custom-body.blade.php deleted file mode 100644 index c381ae2..0000000 --- a/extra/custom-body.blade.php +++ /dev/null @@ -1,7 +0,0 @@ - - - - -{{-- This is a comment --}} - - \ No newline at end of file diff --git a/extra/custom-head.blade.php b/extra/custom-head.blade.php index c252f0c..f82257a 100644 --- a/extra/custom-head.blade.php +++ b/extra/custom-head.blade.php @@ -29,12 +29,10 @@ color: white; font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; background-image: - url({{themeAsset('aurora.jpg')}}); + url({{themeAsset('../../aurora.jpg')}}); no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; } - - - + \ No newline at end of file diff --git a/extra/custom-icons/readme.html b/extra/custom-icons/readme.html deleted file mode 100644 index 56aa1ea..0000000 --- a/extra/custom-icons/readme.html +++ /dev/null @@ -1,100 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file