From 35e8b03faf9268df7d1650504723dcf06f525fba Mon Sep 17 00:00:00 2001 From: Vitor Araujo Date: Mon, 18 Feb 2019 14:50:51 -0300 Subject: [PATCH] meta content-language english, serbian, Czche and Croatian Based In: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Language this code will indicate that the website supports more than one language --- hugo/layouts/partials/head/default.html | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo/layouts/partials/head/default.html b/hugo/layouts/partials/head/default.html index 079e0e6..bb5726b 100644 --- a/hugo/layouts/partials/head/default.html +++ b/hugo/layouts/partials/head/default.html @@ -1,6 +1,7 @@ + {{ $title := delimit (slice .Title "·" .Site.Title) " " }} {{ $title }}