There was an error while loading. Please reload this page.
1 parent 33bf2c2 commit b726767Copy full SHA for b726767
1 file changed
src/views/general.nim
@@ -50,8 +50,8 @@ proc renderHead*(prefs: Prefs; cfg: Config; req: Request; titleText=""; desc="";
50
let opensearchUrl = getUrlPrefix(cfg) & "/opensearch"
51
52
buildHtml(head):
53
- link(rel="stylesheet", type="text/css", href="/css/style.css?v=30")
54
- 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")
55
56
if theme.len > 0:
57
link(rel="stylesheet", type="text/css", href=(&"/css/themes/{theme}.css"))
0 commit comments