From 5d6ad5946bb65ff344071c8bee03a48670657a20 Mon Sep 17 00:00:00 2001 From: Razon Yang Date: Sun, 2 Jun 2024 02:56:09 +0800 Subject: [PATCH] perf: cache partials (#32) --- modules/base/hugo.toml | 1 + modules/schema/hugo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/base/hugo.toml b/modules/base/hugo.toml index 34634e8..ecff386 100644 --- a/modules/base/hugo.toml +++ b/modules/base/hugo.toml @@ -1,3 +1,4 @@ [params.hugopress.modules.seo-base.attributes.document] +cacheable = true [params.hugopress.modules.seo-base.hooks.head-begin] diff --git a/modules/schema/hugo.toml b/modules/schema/hugo.toml index d8b6b4f..4e13803 100644 --- a/modules/schema/hugo.toml +++ b/modules/schema/hugo.toml @@ -1,3 +1,4 @@ [params.hugopress.modules.seo-schema.attributes.document] +cacheable = true [params.hugopress.modules.seo-schema.hooks.head-begin]