From 8b839f94063704782872cc11251975cfeae4584c Mon Sep 17 00:00:00 2001 From: lost+skunk Date: Fri, 5 Jul 2024 11:08:32 +0300 Subject: временная реализация RSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/router.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/router.go') diff --git a/app/router.go b/app/router.go index 4da2f7d..d7f48b8 100644 --- a/app/router.go +++ b/app/router.go @@ -60,6 +60,9 @@ func Router() { } p, _ := strconv.Atoi(arg("p")) skunky.Page = p + if arg("atom") == "true" { + skunky.atom = true + } // пути switch path[1] { -- cgit v1.2.3