From 519f23f8e96ce87e795c3fd32e07990282fcd9b9 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Sun, 6 Sep 2020 21:46:58 +0530 Subject: [PATCH] accessibility : add aria-label to entry-link --- layouts/_default/archives.html | 2 +- layouts/_default/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index f2db38f0..4a7b1220 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -24,7 +24,7 @@ ยท {{ end }} {{- .Date.Format "January 2, 2006" -}} - + {{ end }} {{ end }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index c0908c9b..c00e02f9 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -49,7 +49,7 @@ {{ .ReadingTime }}{{ i18n "read_time" | default "min read" }}{{ end }} {{ if or .Params.author .Site.Params.author }} . {{ .Params.author | default .Site.Params.author }}{{ end }} - + {{- end }}