mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 14:44:50 -04:00
fix typo
This commit is contained in:
parent
eb1a000503
commit
d926c595e1
@ -239,7 +239,7 @@ Hugo will look for the name given, so you can name it whatever you want. But if
|
||||
[partial name].[OutputFormat].[suffix]
|
||||
```
|
||||
|
||||
The partial below is a plain text template (Outpuf Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`):
|
||||
The partial below is a plain text template (Output Format is `CSV`, and since this is the only output format with the suffix `csv`, we don't need to include the Output Format's `Name`):
|
||||
|
||||
```
|
||||
{{ partial "mytextpartial.csv" . }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user