From d3fbc737fd05da64d758ee73e594c55ff858f677 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:43:21 -0500 Subject: [PATCH] refactor: Remove custom website layout --- layouts/websites/list.html | 53 -------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 layouts/websites/list.html diff --git a/layouts/websites/list.html b/layouts/websites/list.html deleted file mode 100644 index 9e5f5e7..0000000 --- a/layouts/websites/list.html +++ /dev/null @@ -1,53 +0,0 @@ -{{ define "main" }} - {{ partial "scrolling-image-header" . }} - - -
-
- {{ range .Pages }} -
-
- {{ $thumbnail := .Resources.GetMatch "thumbnail.png" }} - {{ $thumbimg := $thumbnail.Resize "250x" }} -
- {{ $image := . }} - Thumbnail of {{ .Title }} -
-
-

{{ .Title }}

-

- {{ .Params.deployURL }} -

- {{ .Content }} -
-
- -
-
-
- {{ end }} - -
-
-{{ end }}