diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2d6bad6..20b0151 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,6 +2,7 @@
{{ $title := cond .IsHome .Site.Title (printf "%s" .Title | printf "%s%s" (cond (and (eq .Kind "term") (eq .Data.Singular "tag")) "#" "") | printf "%s") }}
+
{{ with .Resources.GetMatch "{cover.*,*.jpg,*.png,*.jpeg}" }}