diff --git a/layouts/index.html b/layouts/index.html index 7d3c22c..0fe1276 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -3,7 +3,7 @@ {{ $pages := .Resources.ByType "page" }} {{ range sort $pages "Params.weight" }}
- {{ with .File }}

{{ end }} + {{ with .File }}{{ end }}

{{ .Content }}