diff --git a/_includes/csv.html b/_includes/csv.html index 68153d16..24325aec 100644 --- a/_includes/csv.html +++ b/_includes/csv.html @@ -1,9 +1,11 @@ {% assign csvdata = include.csvdata %} - +
- {% for column in csvdata[0] %} - - {% endfor %} + + {% for column in csvdata[0] %} + + {% endfor %} + {% for row in csvdata %} @@ -13,5 +15,17 @@ {% endfor %} {% endfor %} + + + {% for column in csvdata[0] %} + + {% endfor %} + + -
{{ column[0] }}
{{ column[0] }}
{{ column[0] }}
\ No newline at end of file + + \ No newline at end of file diff --git a/_includes/custom-head.html b/_includes/custom-head.html index 629b4fb3..377438bb 100644 --- a/_includes/custom-head.html +++ b/_includes/custom-head.html @@ -8,11 +8,13 @@ + - + + \ No newline at end of file