From ed81ac6b0222d6c66b965cd20c01dfae8076efc8 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 8 Mar 2024 19:40:19 -0800 Subject: [PATCH] Fix typo --- content/en/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index 67cc0d5e1..6f3e23d35 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -407,7 +407,7 @@ Use the [`partial`] or [`partialCached`] function to include one or more [partia ```go-html-template {{ partial "breadcrumbs.html" . }} -{{ partialCached "css.html" .}} +{{ partialCached "css.html" . }} ``` Create your partial templates in the layouts/partials directory.