From 13d49be996ab558ae82926b54b81e3ad6f5ff4cf Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Sun, 28 Jun 2026 14:59:08 +0000 Subject: [PATCH] Merge pull request #2459 from hydephp/go-to-top-button-improvements Add configuration option for the footer scroll to top button https://github.com/hydephp/develop/commit/8b5177975b5a25cf47b0473a041fb033feb9e98d --- resources/views/layouts/footer.blade.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/resources/views/layouts/footer.blade.php b/resources/views/layouts/footer.blade.php index 37a402c0..94aba44e 100644 --- a/resources/views/layouts/footer.blade.php +++ b/resources/views/layouts/footer.blade.php @@ -3,12 +3,14 @@
{!! \Hyde\Support\Includes::markdown('footer', config('hyde.footer', 'Site proudly built with [HydePHP](https://github.com/hydephp/hyde) 🎩')) !!}
- - - + @if(config('hyde.footer_scroll_to_top_button', true)) + + + + @endif @endif \ No newline at end of file