mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:59:43 -04:00
Fix typo
This commit is contained in:
parent
1f522e32ec
commit
ed81ac6b02
@ -407,7 +407,7 @@ Use the [`partial`] or [`partialCached`] function to include one or more [partia
|
|||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ partial "breadcrumbs.html" . }}
|
{{ partial "breadcrumbs.html" . }}
|
||||||
{{ partialCached "css.html" .}}
|
{{ partialCached "css.html" . }}
|
||||||
```
|
```
|
||||||
|
|
||||||
Create your partial templates in the layouts/partials directory.
|
Create your partial templates in the layouts/partials directory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user