From d61243988a7858f453051ef821794c3c5f2cbeb2 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Sun, 5 Jul 2026 01:42:47 -0700 Subject: [PATCH] Document to pass atUri to safe.URL for Hugo Fixes #52 --- docs/docs/pages/verifying.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/pages/verifying.mdx b/docs/docs/pages/verifying.mdx index 2f3b686..6142c31 100644 --- a/docs/docs/pages/verifying.mdx +++ b/docs/docs/pages/verifying.mdx @@ -34,8 +34,9 @@ There are two ways you can handle these: ```html [Hugo] + {{ if .Params.atUri }} - + {{ end }} ``` -- 2.51.2