From 750727091bdc7723c5e780bb9872c9b538314c3a Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 7 Sep 2023 03:58:40 +0200 Subject: Structured data instead of internal templates of social media --- layouts/partials/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/partials/post.html') diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 53aa735..c1e66d5 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -2,7 +2,7 @@

{{.Title }}

- {{ with resources.Get (index .Params.images 0) | default (resources.Get .Params.image) }} + {{ with resources.Get (index .Params.images 0) }} {{ $image := .Resize (default "320x" .Params.thumbnail_size) }}
-- cgit v1.2.3