mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Bump css
This commit is contained in:
parent
33bf2c2397
commit
b726767df4
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
|
|||
let opensearchUrl = getUrlPrefix(cfg) & "/opensearch"
|
||||
|
||||
buildHtml(head):
|
||||
link(rel="stylesheet", type="text/css", href="/css/style.css?v=30")
|
||||
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=4")
|
||||
link(rel="stylesheet", type="text/css", href="/css/style.css?v=31")
|
||||
link(rel="stylesheet", type="text/css", href="/css/fontello.css?v=5")
|
||||
|
||||
if theme.len > 0:
|
||||
link(rel="stylesheet", type="text/css", href=(&"/css/themes/{theme}.css"))
|
||||
|
|
|
|||
Loading…
Reference in a new issue