1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-06 03:55:36 -05:00

Simpler gif fix

This commit is contained in:
Zed
2020-11-15 18:11:22 +01:00
parent 8912985beb
commit 7ad6f581c2
2 changed files with 2 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ 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=2")
link(rel="stylesheet", `type`="text/css", href="/css/style.css?v=3")
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")