mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-25 07:48:52 +00:00
Make the dummy URL more obvious
Ref: https://github.com/gohugoio/hugoDocs/issues/717
This commit is contained in:
@@ -184,7 +184,7 @@ For `getCSV`, the one-character-long separator must be placed in the first posit
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{{ $url := "http://a-big-corp.com/finance/employee-salaries.csv" }}
|
||||
{{ $url := "https://example.com/finance/employee-salaries.csv" }}
|
||||
{{ $sep := "," }}
|
||||
{{ range $i, $r := getCSV $sep $url }}
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user