Add a link to this fork
This commit is contained in:
parent
e3d13b02b5
commit
58795b5f1c
|
@ -1,8 +1,10 @@
|
|||
# About
|
||||
|
||||
Nitter is a free and open source alternative Twitter front-end focused on
|
||||
privacy and performance. The source is available on GitHub at
|
||||
<https://github.com/zedeus/nitter>
|
||||
privacy and performance. \
|
||||
Original source code: <https://github.com/zedeus/nitter> \
|
||||
Custom source code: <https://gitlab.com/blankX/nitter> or
|
||||
<https://git.nixnet.services/blankie/nitter>
|
||||
|
||||
* No JavaScript or ads
|
||||
* All requests go through the backend, client never talks to Twitter
|
||||
|
|
|
@ -5,7 +5,7 @@ import karax/[karaxdsl, vdom]
|
|||
const
|
||||
date = staticExec("git show -s --format=\"%cd\" --date=format:\"%Y.%m.%d\"")
|
||||
hash = staticExec("git show -s --format=\"%h\"")
|
||||
link = "https://github.com/zedeus/nitter/commit/" & hash
|
||||
link = "https://gitlab.com/blankX/nitter/-/commit/" & hash
|
||||
version = &"{date}-{hash}"
|
||||
|
||||
var aboutHtml: string
|
||||
|
|
Loading…
Reference in New Issue