From d76ce7ba079e335471bcd2d82bf7ed5dc430fa6c Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 22 Dec 2021 10:58:07 +0100 Subject: Fixed accessibility issues --- filters/icons.lua | 2 +- templates/base.html | 8 ++++---- templates/layouts/categorized_list.html | 2 +- templates/partials/gallery_card.html | 6 +++--- templates/partials/grid_card.html | 4 ++-- templates/partials/list_card.html | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/filters/icons.lua b/filters/icons.lua index fb6a608..490d406 100644 --- a/filters/icons.lua +++ b/filters/icons.lua @@ -3,7 +3,7 @@ function Str(el) if icon then return pandoc.RawInline('html', - '') end diff --git a/templates/base.html b/templates/base.html index 76a2cf3..353a2bd 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,7 +49,7 @@