From 07c6bd5a56dec04fa3bb0c4b27ba948a5ca86394 Mon Sep 17 00:00:00 2001 From: Ioan Loosley Date: Wed, 14 Mar 2018 06:02:53 +0000 Subject: [PATCH] Added theme colour (#4811) Most mobile browsers and now discord use this to set appropriate colours in their interface, in discords case it is setting the colour of the line on the side of the content preview of links --- .themes/classic/source/_includes/head.html | 1 + 1 file changed, 1 insertion(+) diff --git a/.themes/classic/source/_includes/head.html b/.themes/classic/source/_includes/head.html index 6b5412ca646..48d1018fca5 100644 --- a/.themes/classic/source/_includes/head.html +++ b/.themes/classic/source/_includes/head.html @@ -15,6 +15,7 @@ + {% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}