diff --git a/layouts/partials/series.html b/layouts/partials/series.html index cb5f329..10b4876 100644 --- a/layouts/partials/series.html +++ b/layouts/partials/series.html @@ -1,9 +1,10 @@ -{{ with . }} +{{ with .Params.series }}

- - + Series: {{ range . -}} {{.}} {{ end }}

-{{ end }} \ No newline at end of file +{{ end }} diff --git a/layouts/partials/series2.html b/layouts/partials/series2.html deleted file mode 100644 index f0ae8c4..0000000 --- a/layouts/partials/series2.html +++ /dev/null @@ -1,9 +0,0 @@ -{{ with .Params.series }} -

- - - {{ range . -}} - {{.}} - {{ end }} -

-{{ end }} \ No newline at end of file