From ee7fed1bdb42d9bb1b54df2031b6879117b70e19 Mon Sep 17 00:00:00 2001
From: George Tsiokos <george@tsiokos.com>
Date: Sun, 12 Jun 2022 19:56:55 +0000
Subject: [PATCH] Resolved alternative output formats caching issue (#688)
---
layouts/partials/head.html | 2 +-
CONTRIBUTORS.md | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index c163195..ed6db14 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 739c723..a966403 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" . }}
--
Gitblit v1.10.0