mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Render markdown files with a tool
This commit is contained in:
parent
1fc6a4092e
commit
8c2e0c66e2
9 changed files with 45 additions and 21 deletions
|
|
@ -3,7 +3,9 @@ import jester
|
|||
|
||||
import router_utils
|
||||
import ../types
|
||||
import ../views/[general, about]
|
||||
import ../views/[general, feature]
|
||||
|
||||
export feature
|
||||
|
||||
proc createUnsupportedRouter*(cfg: Config) =
|
||||
router unsupported:
|
||||
|
|
|
|||
Loading…
Reference in a new issue