diff --git a/layouts/index.html b/layouts/index.html index 06adaac..978c9d5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,3 +1,3 @@ {{ with .Site.GetPage "/blog" }} -{{ .Render }} +{{ .Render "list" }} {{ end }}