From 6cb89891cea70bbf7c1e9bb29009115a950c1fe2 Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 1 Aug 2016 17:11:16 -0500 Subject: [PATCH] Moves favicon into the title html. Moves favicon into the title html with all metadata for easy overriding. Moves the title html inclusion after all the connection optimisations to avoid downloading the icon to interfere those optimisations. --- index.html | 3 +-- title.html | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 41612e6e4..408bf1355 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ - - + diff --git a/title.html b/title.html index 16e7d3b11..5a01153d5 100644 --- a/title.html +++ b/title.html @@ -5,4 +5,5 @@ - \ No newline at end of file + + \ No newline at end of file