diff --git a/themes/mmotium/layouts/_default/_markup/render-image.html b/themes/mmotium/layouts/_default/_markup/render-image.html
index de6fa55..7c0aeeb 100644
--- a/themes/mmotium/layouts/_default/_markup/render-image.html
+++ b/themes/mmotium/layouts/_default/_markup/render-image.html
@@ -2,7 +2,7 @@
{{/* Remote image */ -}}
{{ if or (hasPrefix .Destination "https://") (hasPrefix .Destination "http://") }}
-
+
{{/* Local image */ -}}
{{ else }}
@@ -11,13 +11,13 @@
{{ if $img -}}
{{ if in $resizeMimes $img.MediaType.Type -}}
-
+
{{- else -}}
-
+
{{- end -}}
{{- else -}}
-
+
{{- end -}}
{{- end -}}
diff --git a/themes/mmotium/layouts/index.html b/themes/mmotium/layouts/index.html
index 86c2251..b00b1c3 100644
--- a/themes/mmotium/layouts/index.html
+++ b/themes/mmotium/layouts/index.html
@@ -13,7 +13,7 @@
{{- $thumb := .Page.Resources.Get .Params.featured_image -}}
{{if $thumb}}
-
+
{{end}}