From 92ea26dd204160ffcaa4d67aaf2bffb4517b9df7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Dec 2021 10:41:59 +0000 Subject: [PATCH] Blank alt text for post images These aren't strictly required for screen reading --- layouts/partials/content.html | 2 +- layouts/partials/list_item.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 3e6b4fa..20ca267 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -10,7 +10,7 @@ {{ .Scratch.Set "image" $unsplash_data.urls.full }} {{ end }} - + {{ end }} {{ partial "breadcrumbs/index.html" . }} diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index 1d6f4da..3b22601 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -12,7 +12,7 @@ {{ $unsplash_data := (getJSON "https://api.unsplash.com/photos/" $unsplash_id "?" $query )}} {{ .Scratch.Set "image" $unsplash_data.urls.thumb }} {{ end }} - + {{ end }}