remove unneeded comment

This commit is contained in:
John Bowdre 2024-02-18 19:27:36 -06:00
parent f174795a07
commit c1a527a454

View file

@ -24,7 +24,6 @@
{{ with .PublishDate }}<meta property="article:published_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
{{ with .Lastmod }}<meta property="article:modified_time" {{ .Format $iso8601 | printf "content=%q" | safeHTMLAttr }} />{{ end }}
{{ with .Params.thumbnail }}
{{/* $thumbPath := (add $.Page.RelPermalink . ) */}}
{{ $thumbnail := $.Resources.Get . }}
{{ with $thumbnail }}
{{ $img := $base.Filter (images.Overlay (.Process "fit 300x250") 875 38 )}}