From f7e8445f72875a49a909dc0af8e4cf43f19f535e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 21 Jan 2019 14:59:51 +0200 Subject: [PATCH] Add canonical URL. (#28093) --- site/_includes/header.html | 2 ++ site/_layouts/examples.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/site/_includes/header.html b/site/_includes/header.html index 6e91a1f429..8fa50f3954 100644 --- a/site/_includes/header.html +++ b/site/_includes/header.html @@ -15,6 +15,8 @@ {%- endif -%} + + {% include stylesheet.html %} {% include favicons.html %} {% include social.html %} diff --git a/site/_layouts/examples.html b/site/_layouts/examples.html index 28aa0736c5..c37dd923d1 100644 --- a/site/_layouts/examples.html +++ b/site/_layouts/examples.html @@ -8,6 +8,8 @@ {{ page.title | smartify }} ยท {{ site.title | smartify }} + + {% include stylesheet.html %}