mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 16:44:42 -04:00
Make the dummy URL more obvious
Ref: https://github.com/gohugoio/hugoDocs/issues/717
This commit is contained in:
parent
b4589ff029
commit
c1db65ec7a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user