From 495589f4d61ff03bc2654c829da258f49c8a34df Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 7 May 2023 19:48:04 +0200 Subject: [PATCH] Optimalisatie: caching van de header --- themes/nluug/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/nluug/layouts/_default/baseof.html b/themes/nluug/layouts/_default/baseof.html index 3a4eb1f..490e8d1 100644 --- a/themes/nluug/layouts/_default/baseof.html +++ b/themes/nluug/layouts/_default/baseof.html @@ -6,7 +6,7 @@
- {{ partial "header.html" . }} + {{ partialCached "header.html" . }}
{{- block "main" . }}