From a2911a25246d6c20502628bcbe6b68f3b209ebf0 Mon Sep 17 00:00:00 2001 From: Somrat <58769763+tfsomrat@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:21:44 +0600 Subject: [PATCH] update theme-module version --- exampleSite/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/go.mod b/exampleSite/go.mod index 7bd865e..9a73755 100644 --- a/exampleSite/go.mod +++ b/exampleSite/go.mod @@ -27,5 +27,5 @@ require ( github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20250213104422-d6c69545f20a // indirect github.com/gethugothemes/hugo-modules/videos v0.0.0-20250213104422-d6c69545f20a // indirect github.com/hugomods/mermaid v0.1.4 // indirect - github.com/zeon-studio/hugoplate v0.0.0-20250216060719-02085ffbe054 // indirect + github.com/zeon-studio/hugoplate v0.0.0-20250216061936-eafce894f6e0 // indirect )