From 8d552e92e608e289001fa22d6279b9ec94438906 Mon Sep 17 00:00:00 2001 From: Felix <122696847+felix-schott@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:03:35 +0000 Subject: [PATCH] close issue #47 (#100) --- CHANGELOG.md | 1 + frontend/src/app.html | 26 ++++++++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f88d4b..a12338b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Calendar Versioning](https://calver.org/) (`YYYY.MM ### Added +- Added analytics using Plausible (PR [#100](https://github.com/felix-schott/jamsessions/pull/100)) - Added a Telegram Bot API integration for alerts when there are pending data migrations (PR [#97](https://github.com/felix-schott/jamsessions/pull/97)) - Added a venue page that lists all jam sessions happening at a certain venue (PRs [#94](https://github.com/felix-schott/jamsessions/pull/94), [#99](https://github.com/felix-schott/jamsessions/pull/99)) - Added genres 'Hip-Hop' and 'RnB' (PR [#86](https://github.com/felix-schott/jamsessions/pull/86)) diff --git a/frontend/src/app.html b/frontend/src/app.html index 5889edb..d53bc9e 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -1,12 +1,18 @@ - - - - - %sveltekit.head% - - -
%sveltekit.body%
- - + + + + + + + + %sveltekit.head% + + + +
%sveltekit.body%
+ + + \ No newline at end of file