From b28d04c2e6a29ff8c9529c19f4cbdbd18821970a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Feb 2020 17:33:03 -0300 Subject: Escape HTML title in meta tag Avoid errors with quotes in page titles --- _layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 109d408..ef83427 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -11,7 +11,7 @@ - + -- cgit v1.2.3