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