summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/serve.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index a324aa0..0c5ca6d 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -364,7 +364,7 @@
[:style {} [:NO-ESCAPE (fs.read-file "static/style.css")]]
[:link {:rel "icon" :href "/static/favicon.png"}]
[:link {:rel "preload" :fetchpriority "high" :as "image"
- :href "/static/logo-hor.svg" :type "image/svg"}]
+ :href "/static/logo-hor.svg" :type "image/svg+xml"}]
[:title {} (if (str.empty? form.query)
texts.meta-title
(.. form.query " | " texts.meta-title))]