From 58928dbc9068db4e4cda4371eeae1865920dce6a Mon Sep 17 00:00:00 2001 From: Zak Kemble Date: Sun, 27 Mar 2022 18:01:24 +0100 Subject: [PATCH 1/4] fix: alt is not a valid attribute for 'a' tag --- _includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 9d45a43..4ecf539 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -5,7 +5,7 @@ From 59e955745f02f9b57c65af70b0979cd4a98bf53f Mon Sep 17 00:00:00 2001 From: Zak Kemble Date: Thu, 14 Apr 2022 12:20:09 +0100 Subject: [PATCH 4/4] fix: spurious header closing tags `right` already contains the closing tag --- _includes/refactor-content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/refactor-content.html b/_includes/refactor-content.html index dd09205..83329b3 100644 --- a/_includes/refactor-content.html +++ b/_includes/refactor-content.html @@ -217,7 +217,7 @@ {% assign left = left | replace: '">', '">' | append: '' %} {% assign _new_content = _new_content | append: mark_start - | append: left | append: anchor | append: mark_end | append: right + | append: left | append: anchor | append: right %} {% endfor %}