From 41bcab6900bc23e82fb2172b4d50edf9a598c5ef Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 18 Aug 2017 17:35:45 +0300 Subject: [PATCH] Fix favicons inclusion after e932345. (#23473) --- _includes/header.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/header.html b/_includes/header.html index b6fad53e9844..048867bddfa5 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -23,6 +23,8 @@ {% endif %} +{% include favicons.html %} + {% include social.html %}