diff --git a/themes/red/layouts/partials/footer.html b/themes/red/layouts/partials/footer.html
index ebfaa99..388e093 100644
--- a/themes/red/layouts/partials/footer.html
+++ b/themes/red/layouts/partials/footer.html
@@ -2,7 +2,7 @@
{{ range $.Site.Menus.badges }}
{{ $badgeScope := . }}
{{ with resources.Get .URL }}
-
+
{{ end }}
{{ end }}
diff --git a/themes/red/layouts/shortcodes/out-link.html b/themes/red/layouts/shortcodes/out-link.html
index 0373594..a5d5844 100644
--- a/themes/red/layouts/shortcodes/out-link.html
+++ b/themes/red/layouts/shortcodes/out-link.html
@@ -7,7 +7,8 @@
{{ $path := printf "/links/%s" $banner}}
{{ $img := resources.Get $path }}
{{ with $img }}
-
+
+
{{ end }}