From 9bde0f26da8567f63826e6b7d69190c7fb0a2209 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Tue, 21 Jan 2025 22:10:30 +0100 Subject: accessibility - More contrast on links and code on main-content - Headings in content are links and styled instead of only the anchor chain at the end - Author card uses a & p, instead of abusing heading tag, since it does no belong to content and evidences no hierarchy. --- layouts/_default/_markup/render-heading.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/_default') diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html index 7d1e0ac..8d05760 100644 --- a/layouts/_default/_markup/render-heading.html +++ b/layouts/_default/_markup/render-heading.html @@ -1,7 +1,7 @@ - {{ .Text | safeHTML }} + {{ .Text | safeHTML }} -- cgit v1.2.3