Move fontawesome to external, upgrade to 6.0.0.

This commit is contained in:
Juliusz Chroboczek
2022-02-16 19:05:16 +01:00
parent 62fb6d853c
commit d2dff184d1
32 changed files with 62 additions and 47 deletions
+1 -2
View File
@@ -155,8 +155,7 @@ func makeCachable(w http.ResponseWriter, p string, fi os.FileInfo, cachable bool
}
cc := normalCacheControl
if strings.HasPrefix(p, "/external/") ||
strings.HasPrefix(p, "/css/") {
if strings.HasPrefix(p, "/external/") {
cc = veryCachableCacheControl
}