From ee7fed1bdb42d9bb1b54df2031b6879117b70e19 Mon Sep 17 00:00:00 2001 From: George Tsiokos Date: Sun, 12 Jun 2022 15:56:55 -0400 Subject: [PATCH] Resolved alternative output formats caching issue (#688) * Fixes #687 * Added George Tsiokos --- CONTRIBUTORS.md | 1 + layouts/partials/head.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index c163195f6..ed6db146b 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -111,3 +111,4 @@ - [Sam A.](https://samsapti.dev) - [John Feminella](https://jxf.me) - [zzsqwq](https://zzsqwq.cn) +- [George Tsiokos](https://george.tsiokos.com) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 739c7234c..a96640340 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -15,7 +15,7 @@ {{ partialCached "head/custom-icons.html" . }} - {{ partialCached "head/alternative-output-formats.html" . }} + {{ partial "head/alternative-output-formats.html" . }} {{ partialCached "head/hugo-generator.html" . }}