From 70bd9967939721f6fb613ea170cbdca502a9c3ab Mon Sep 17 00:00:00 2001 From: brooke Date: Thu, 12 Sep 2024 19:23:54 -0400 Subject: [PATCH] remove dedundant "home.html" partial --- themes/mir/layouts/index.html | 3 ++- themes/mir/layouts/partials/home.html | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 themes/mir/layouts/partials/home.html 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