From c1a527a45468c00ca7cd27ee0a7c40a947210dd7 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 18 Feb 2024 19:27:36 -0600 Subject: [PATCH] remove unneeded comment --- layouts/partials/opengraph.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index dc5ed41..2d5c966 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -24,7 +24,6 @@ {{ with .PublishDate }}{{ end }} {{ with .Lastmod }}{{ end }} {{ with .Params.thumbnail }} -{{/* $thumbPath := (add $.Page.RelPermalink . ) */}} {{ $thumbnail := $.Resources.Get . }} {{ with $thumbnail }} {{ $img := $base.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}