From 3c7d6c09069bf061966b59aa639ac3c863701ea7 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Wed, 6 Dec 2023 17:11:29 +0100 Subject: [PATCH] Updated theme Galaxy --- themes/galaxy/config.php | 2 +- themes/galaxy/extra/custom-body-end.blade.php | 42 +++++++++++++++++++ themes/galaxy/readme.md | 2 +- 3 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 themes/galaxy/extra/custom-body-end.blade.php diff --git a/themes/galaxy/config.php b/themes/galaxy/config.php index b3e25f4..b4e0848 100644 --- a/themes/galaxy/config.php +++ b/themes/galaxy/config.php @@ -41,7 +41,7 @@ return [ // Disable individual files (only applies if above is 'true'). 'enable_custom_head' => 'true', 'enable_custom_body' => 'false', - 'enable_custom_body_end' => 'false', + 'enable_custom_body_end' => 'true', /* diff --git a/themes/galaxy/extra/custom-body-end.blade.php b/themes/galaxy/extra/custom-body-end.blade.php new file mode 100644 index 0000000..0be69e2 --- /dev/null +++ b/themes/galaxy/extra/custom-body-end.blade.php @@ -0,0 +1,42 @@ +{{-- Crude fix for the stars on higher resolutions --}} + \ No newline at end of file diff --git a/themes/galaxy/readme.md b/themes/galaxy/readme.md index 732b460..5e728de 100644 --- a/themes/galaxy/readme.md +++ b/themes/galaxy/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/linkstackorg/linkstack-themes * Theme Name: Galaxy -* Theme Version: 1.9 +* Theme Version: 2.0 * Theme Date: 2022-06-09 * Theme Author: JulianPrieber & LinkStack Team * Theme Author URI: https://github.com/JulianPrieber