From 0424e3a3822958f99480f081e8d75d846bca7043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= <mail@soeren-weber.de> Date: Mon, 28 Apr 2025 20:16:24 +0200 Subject: [PATCH] theme: always load assetbusting.gotmpl with partialCached #1086 --- layouts/partials/assetbusting.hugo | 2 +- layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/assetbusting.hugo b/layouts/partials/assetbusting.hugo index cc1474fe64..4f7d34d3a5 100644 --- a/layouts/partials/assetbusting.hugo +++ b/layouts/partials/assetbusting.hugo @@ -1,2 +1,2 @@ {{- warnf "DEPRECATED partial 'assetbusting.hugo' used, use 'assetbusting.gotmpl' instead; see https://mcshelby.github.io/hugo-theme-relearn/introduction/releasenotes/7/#7-0-0" }} -{{- partial "assetbusting.gotmpl" . }} \ No newline at end of file +{{- partialCached "assetbusting.gotmpl" . }} \ No newline at end of file diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 8eef7362c5..c091a99b11 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.6.1+3c44189487bd30d1ca7e2a2027466ee3a89357d3 \ No newline at end of file +7.6.1+364d89d1cb4e8087f790ec723cf6e45c34a834d6 \ No newline at end of file