-
{{ .Site.Title }}
+
{{ .Site.Title }}
{{ .Site.Params.description }}
{{ with .Site.Params.social }}
diff --git a/themes/lix/layouts/partials/utilities/image-fluid.html b/themes/lix/layouts/partials/utilities/image-fluid.html
index cf807025..67f3b2c5 100644
--- a/themes/lix/layouts/partials/utilities/image-fluid.html
+++ b/themes/lix/layouts/partials/utilities/image-fluid.html
@@ -1,3 +1,7 @@
{{ with resources.Get . }}
-
+{{ if eq .MediaType.SubType "svg" }}
+
+{{ else }}
+
+{{ end }}
{{ end }}