From 4bc6e4397a2bdf74f1f80fa71e691fc5f1669afb Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Sun, 24 Nov 2019 21:28:50 +0000 Subject: [PATCH] Use correct language, locale, and use hreflang tags --- _includes/head.html | 3 ++- _layouts/minimal.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 7091ca06..13bbe2bd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,6 +10,7 @@ + {% hreflang %} {% if page.title %} @@ -23,7 +24,7 @@ - + {% if page.url == "/" or page.url == "/about/" %} diff --git a/_layouts/minimal.html b/_layouts/minimal.html index 470aa55f..29489f8b 100644 --- a/_layouts/minimal.html +++ b/_layouts/minimal.html @@ -1,5 +1,5 @@ - + {% include head.html %}