diff --git a/themes/smol/layouts/_default/baseof.html b/themes/smol/layouts/_default/baseof.html
index e9c8f01..72c6187 100644
--- a/themes/smol/layouts/_default/baseof.html
+++ b/themes/smol/layouts/_default/baseof.html
@@ -32,7 +32,9 @@
{{- end -}}
{{ else if .Site.Params.logo }}
-
+ {{ $logo := resources.Get .Site.Params.logo }}
+ {{ $logowebplarge := $logo.Resize "300x webp" }}
+
{{ end }}
{{ partial "opengraph.html" . }}
{{ partial "twitter_cards.html" . }}
diff --git a/themes/smol/layouts/partials/opengraph.html b/themes/smol/layouts/partials/opengraph.html
index 2618018..48b5d9c 100644
--- a/themes/smol/layouts/partials/opengraph.html
+++ b/themes/smol/layouts/partials/opengraph.html
@@ -35,12 +35,6 @@
{{- end }}
-{{- with partial "_funcs/get-page-images" . }}
- {{- range . | first 6 }}
-
- {{- end }}
-{{- end }}
-
{{- with .Params.audio }}
{{- range . | first 6 }}