From 6aa76564114ffac0248b0fc463adecec3f41e571 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Fri, 22 Apr 2022 08:48:20 -0700 Subject: [PATCH] Remove aria-description from figures Causes repetition in some screen readers. --- layouts/shortcodes/codefigure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/codefigure.html b/layouts/shortcodes/codefigure.html index ebf0138..3b73421 100644 --- a/layouts/shortcodes/codefigure.html +++ b/layouts/shortcodes/codefigure.html @@ -7,6 +7,6 @@ The full caption is too long for an aria-label; just use the beginning for the label and the full thing for the aria description. --> -
+
{{ .Inner | markdownify }}