From e94774cf5d418dae0945da928afea53d57ac0e15 Mon Sep 17 00:00:00 2001 From: Thomas Vochten Date: Thu, 7 Mar 2019 18:25:06 +0100 Subject: [PATCH] Fix HTML5 validation for Google Fonts (#151) * Replaced "|" with encoded value "%7C" for HTML5 compatibility * Appended to contributers file --- CONTRIBUTORS.md | 1 + layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ebe104f..7843b49 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -32,3 +32,4 @@ - [Salvatore Giordano] (https://salvatore-giordano.github.io) - [Jeffrey Carpenter](https://uvolabs.me) - [Paul Lettington](https://github.com/plett) +- [Thomas Vochten](https://github.com/thomasvochten) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5ba686e..9184fe8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -17,7 +17,7 @@ - +