Remove trailing slashes on void elements https://github.com/validator/validator/wiki/Markup-ยป-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/favicon.html โ templates/favicon.html
@@ -1,3 +1,3 @@ {% if config.extra.favicon %} - <link rel="shortcut icon" href="{{ config.extra.favicon }}" /> + <link rel="shortcut icon" href="{{ config.extra.favicon }}"> {%- endif -%}