diff --git a/CHANGELOG.md b/CHANGELOG.md index eebeb97..110f53e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,7 @@ -## 0.2.0 (2024.07.12) - -### Added - -- analysing of referrers -- website titles for stats paths -- meta descriptions for all pages +## 0.2.1 (14.9.2024) ### Changed -- improved stability of stats route -- updated dependencies +- referrer is set from query parameter instead of header to make it more flexible +- version number is now show in the footer diff --git a/main.templ b/main.templ index 47b7d89..8c1cd34 100644 --- a/main.templ +++ b/main.templ @@ -139,7 +139,7 @@ templ statsTempl(path string, views []stat, actions []stat, countries []stat, br templ footerTempl() { }