mirror of
https://git.macaw.me/skunky/SkunkyArt.git
synced 2025-04-03 21:17:35 +03:00
временная реализация RSS
This commit is contained in:
parent
68248094e8
commit
8b839f9406
6 changed files with 135 additions and 33 deletions
|
@ -60,6 +60,9 @@ func Router() {
|
|||
}
|
||||
p, _ := strconv.Atoi(arg("p"))
|
||||
skunky.Page = p
|
||||
if arg("atom") == "true" {
|
||||
skunky.atom = true
|
||||
}
|
||||
|
||||
// пути
|
||||
switch path[1] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue