From 4a46724494f68e466d0f5c2348d4fc50a716cb2c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 21 Dec 2019 22:04:36 +0100 Subject: [PATCH] Tweak the HTML `head` tag X-UA-Compatible is no longer considered useful today, see . This also replaces the `author` to reflect that Fork Awesome is maintained by a team independent of Dave Gandy. --- src/doc/_layouts/base.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/doc/_layouts/base.html b/src/doc/_layouts/base.html index 62ee184e6..8979c788b 100644 --- a/src/doc/_layouts/base.html +++ b/src/doc/_layouts/base.html @@ -3,11 +3,10 @@ - + - - + {% if page.title %}{{ page.title }}{% endif %}