From 11a67e81d2c2790ac1d04576d5f72177c14f574e Mon Sep 17 00:00:00 2001 From: mcnesium Date: Sat, 5 Jan 2019 16:11:54 +0100 Subject: [PATCH 1/2] Fix invalid HTML [According to the W3C HTML Validator, that line was invalid HTML](https://validator.w3.org/nu/?doc=https%3A%2F%2Fjekyll.github.io%2Fminima%2F) > Error: Attribute href not allowed on element data at this point. > Error: Element data is missing required attribute value. So when changing this from `href` to `value`, it passes the validation. --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index db72885e91..c69aac6f85 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@