From 142dd0b1c33a5ef5bc37817010148023f4c05fea Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 10 Nov 2022 21:13:11 +0000 Subject: [PATCH] add alt text to back button --- _layouts/collection/collection_base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/collection/collection_base.html b/_layouts/collection/collection_base.html index bf6247db..4cc6a965 100644 --- a/_layouts/collection/collection_base.html +++ b/_layouts/collection/collection_base.html @@ -5,7 +5,7 @@ layout: default
{% if page.backLink or page.backLink == nil %} - + go back Back {% endif %}