From ba2afbf54b2ac716810252387b21f8b190474ee5 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Sun, 25 Jan 2026 12:54:23 -0500 Subject: [PATCH] Update Hextra Hugo theme --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 672362a..6d21629 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/imfing/hextra-starter-template go 1.21 -require github.com/imfing/hextra v0.9.7 // indirect +require github.com/imfing/hextra v0.11.1 // indirect diff --git a/go.sum b/go.sum index 8501da6..d49a8e9 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,4 @@ github.com/imfing/hextra v0.9.7 h1:Zg5n24us36Bn/S/5mEUPkRW6uwE6vHHEqWSgN0bPXaM= github.com/imfing/hextra v0.9.7/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI= +github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI= +github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=