Skip to content

Commit

Permalink
Update layouts/shortcodes/csvtable.html
Browse files Browse the repository at this point in the history
Signed-off-by: Yash sharma <[email protected]>
  • Loading branch information
Yashsharma1911 authored Mar 6, 2024
1 parent a7bd4ec commit 5257532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/csvtable.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ $data := "" }}
{{ $p := "csv/keys.csv" }}
{{ $p := "data/csv/keys.csv" }}
{{ $excludedColumns := slice 0 3 9 10 11 12 13 14 15 16 }}

{{ with resources.Get $p }}
Expand Down

0 comments on commit 5257532

Please sign in to comment.