From a7c4a6bdd97f19f41abbac192953cd8ce5e3554f Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 31 Mar 2022 23:26:35 +0200 Subject: [PATCH] move "page generated" comment to prevent rendering in quirks mode As described on https://en.wikipedia.org/wiki/Quirks_mode, a comment preceding the `` can cause some browsers to render the HTML in quirks mode. This patch moves the comment after the doctype to prevent this. Signed-off-by: Sebastiaan van Stijn --- _layouts/docs.html | 2 +- _layouts/landing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/docs.html b/_layouts/docs.html index 701bac4165..f7446e6956 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -1,10 +1,10 @@ + - {%- include head.html -%} diff --git a/_layouts/landing.html b/_layouts/landing.html index 0cf5737324..717d1821d6 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -1,5 +1,5 @@ - + {%- include head.html -%}