From c3d00c500cfbfe5fcf6eb32a5a332a56bb793c42 Mon Sep 17 00:00:00 2001 From: Frank Homburg Date: Wed, 27 Apr 2022 19:38:55 +0200 Subject: [PATCH] back to the roots and open URL within same window --- layouts/shortcodes/csv-table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/csv-table.html b/layouts/shortcodes/csv-table.html index 9f8519e..28ef0cb 100644 --- a/layouts/shortcodes/csv-table.html +++ b/layouts/shortcodes/csv-table.html @@ -31,7 +31,7 @@ {{ $sep := "," }} {{ range $i, $r := getCSV $sep $url }} - {{ index $r 0 }} + {{ index $r 0 }} {{ index $r 1 }} {{ end }}