From 205eb0ab7604f2cf401f8ad62e06179c7575e369 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 12 Jun 2023 22:01:25 +0400 Subject: [PATCH] Decided to move privacy statements on a separate page on a main site. --- web/templates/index.pug | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/templates/index.pug b/web/templates/index.pug index f62498d..1d7e32f 100644 --- a/web/templates/index.pug +++ b/web/templates/index.pug @@ -59,8 +59,5 @@ html(lang='en') - ml := radio.MostListened() if ml.Song != "" p.right Most listened song was "#{ml.Song}" on #{utils.ToClientTimezone(ml.Date, r).Format(radio.MostListenedDateFormat)} with #[b #{ml.Listeners}] listeners. - section - h2 Privacy statements - p Logs are collected and include access date and time, IP-address, User-Agent, referer URL, request. This website makes use of JavaScript to update a radio status and last #{songsNum} songs list. footer - | 2017—2023 Alexander "Arav" Andreev <#[a(href='mailto:me@arav.su') me@arav.su]> + | 2017—2023 Alexander "Arav" Andreev <#[a(href='mailto:me@arav.su') me@arav.su]> #[a(href=mainSite+'/privacy') Privacy statements]