From 6758ba4c7222093ad8add9b5ec66751bb5508cda Mon Sep 17 00:00:00 2001 From: Rob Grimm Date: Tue, 9 Mar 2021 14:41:35 -0600 Subject: [PATCH] Don't use include_cache on head/links.html This resolves an issue where the base index page would include the wrong URL for a would-be self-referencing hreflang link. --- _includes/head/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head/index.html b/_includes/head/index.html index a98acd4c098..d8c68a70435 100644 --- a/_includes/head/index.html +++ b/_includes/head/index.html @@ -5,7 +5,7 @@ {% include head/meta.html %} {% include_cached head/meta-static.html %} -{% include_cached head/links.html lang=page.lang %} +{% include head/links.html lang=page.lang %} {% include_cached head/links-static.html %} {% include_cached head/scripts.html %}