From a9168e6f04f766f7d88bc1b24aaa81336098b2fc Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 03:56:47 +0300 Subject: Auto-commit 2024-12-15 --- layouts/pico8/list.html | 50 ----------------------------------------------- layouts/pico8/single.html | 32 ++++++------------------------ 2 files changed, 6 insertions(+), 76 deletions(-) delete mode 100644 layouts/pico8/list.html (limited to 'layouts/pico8') diff --git a/layouts/pico8/list.html b/layouts/pico8/list.html deleted file mode 100644 index 7158b4a..0000000 --- a/layouts/pico8/list.html +++ /dev/null @@ -1,50 +0,0 @@ -{{ define "main" }} -
- -
- {{ if .Title }} -
-
-
- {{ .Title }} -
-
- {{ .Content }} -
- {{ end }} - {{ $paginator := .Paginate .Pages 7 }} - {{ range $paginator.Pages }} -
-
-
- {{ .LinkTitle }} - {{ if .Date }} - - {{- .Date | time.Format (or .Site.Params.dateFormat.published "02 Jan 2006") -}} - - {{ end }} -
-
- {{ if .Description }} - {{ .Description }} - {{ else }} - {{ .Summary }} - {{ end }} - - - - -
- {{ end }} - -
-
- -{{ end }} diff --git a/layouts/pico8/single.html b/layouts/pico8/single.html index 8d63215..a35f9c0 100644 --- a/layouts/pico8/single.html +++ b/layouts/pico8/single.html @@ -1,26 +1,7 @@ {{ define "main" }} -
- -
-
-
-
- {{ .Title }} -
-
+
+
+ {{ partial "single/header.html" . }}