Update css version query

This commit is contained in:
Zed 2020-11-15 18:04:34 +01:00
parent 0d4048a62e
commit 8912985beb

View file

@ -45,8 +45,8 @@ proc renderHead*(prefs: Prefs; cfg: Config; titleText=""; desc=""; video="";
opensearchUrl = "http://" & cfg.hostname & "/opensearch"
buildHtml(head):
link(rel="stylesheet", `type`="text/css", href="/css/style.css?v=1")
link(rel="stylesheet", `type`="text/css", href="/css/fontello.css?v=1")
link(rel="stylesheet", `type`="text/css", href="/css/style.css?v=2")
link(rel="stylesheet", `type`="text/css", href="/css/fontello.css?v=2")
link(rel="apple-touch-icon", sizes="180x180", href="/apple-touch-icon.png")
link(rel="icon", type="image/png", sizes="32x32", href="/favicon-32x32.png")
link(rel="icon", type="image/png", sizes="16x16", href="/favicon-16x16.png")