We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7bd4ec commit 5257532Copy full SHA for 5257532
layouts/shortcodes/csvtable.html
@@ -1,5 +1,5 @@
1
{{ $data := "" }}
2
-{{ $p := "csv/keys.csv" }}
+{{ $p := "data/csv/keys.csv" }}
3
{{ $excludedColumns := slice 0 3 9 10 11 12 13 14 15 16 }}
4
5
{{ with resources.Get $p }}
0 commit comments