diff --git a/layouts/_default/home.html b/layouts/_default/home.html new file mode 100644 index 00000000..40c30434 --- /dev/null +++ b/layouts/_default/home.html @@ -0,0 +1,6 @@ +{{ define "main" }} +{{ $page := . }} + +{{ partial "paige/article.html" $page }} +{{ partial "paige/pages.html" $page }} +{{ end }}