diff --git a/themes/mir/layouts/index.html b/themes/mir/layouts/index.html index aea8621..758a1a6 100644 --- a/themes/mir/layouts/index.html +++ b/themes/mir/layouts/index.html @@ -1,4 +1,5 @@ {{ define "main" }} {{ partial "header.html" . }} -{{ partial "home.html" . }} +{{ partial "quote.html" . }} +{{ partial "list.html" . }} {{ end }} diff --git a/themes/mir/layouts/partials/home.html b/themes/mir/layouts/partials/home.html deleted file mode 100644 index 3de5004..0000000 --- a/themes/mir/layouts/partials/home.html +++ /dev/null @@ -1,2 +0,0 @@ -{{ partial "quote.html" . }} -{{ partial "list.html" . }} \ No newline at end of file