mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user