From f1cf7f286728a48e1771b9987e93c1bcb616a3c8 Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Thu, 20 Mar 2025 11:30:49 +0100 Subject: [PATCH] Refactor footer scripts into default layout and enhance service worker registration with sync capabilities --- _includes/footer.html | 19 ------------------- _layouts/default.html | 24 +++++++++++++++++++++++- 2 files changed, 23 insertions(+), 20 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 3d7e67a..280be4d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -17,22 +17,3 @@ - - - diff --git a/_layouts/default.html b/_layouts/default.html index 6bb169e..c04682d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -9,10 +9,32 @@ {{ content }} {% include footer.html %} + +