Skip to content

Commit 5257532

Browse files
Update layouts/shortcodes/csvtable.html
Signed-off-by: Yash sharma <[email protected]>
1 parent a7bd4ec commit 5257532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/csvtable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{ $data := "" }}
2-
{{ $p := "csv/keys.csv" }}
2+
{{ $p := "data/csv/keys.csv" }}
33
{{ $excludedColumns := slice 0 3 9 10 11 12 13 14 15 16 }}
44

55
{{ with resources.Get $p }}

0 commit comments

Comments
 (0)