Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Mar 9, 2024
1 parent 1f522e3 commit ed81ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed81ac6

Please sign in to comment.