Support RSS for multi-timelines
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import strutils, sequtils
|
||||
import ../utils, ../prefs
|
||||
export utils, prefs
|
||||
|
||||
@@ -9,3 +10,6 @@ template getPath*(): untyped {.dirty.} =
|
||||
|
||||
template refPath*(): untyped {.dirty.} =
|
||||
if @"referer".len > 0: @"referer" else: "/"
|
||||
|
||||
proc getNames*(name: string): seq[string] =
|
||||
name.strip(chars={'/'}).split(",").filterIt(it.len > 0)
|
||||
|
||||
Reference in New Issue
Block a user