From 7c0699b5830b37581b0955550880b2580e264c43 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 24 Dec 2023 12:51:37 -0700 Subject: [PATCH] Ginnie blog: no tags --- layouts/ginnie | 1 - layouts/ginnie/list.html | 15 +++++++++++++++ layouts/ginnie/single.html | 3 +++ 3 files changed, 18 insertions(+), 1 deletion(-) delete mode 120000 layouts/ginnie create mode 100644 layouts/ginnie/list.html create mode 100644 layouts/ginnie/single.html diff --git a/layouts/ginnie b/layouts/ginnie deleted file mode 120000 index 0d50744..0000000 --- a/layouts/ginnie +++ /dev/null @@ -1 +0,0 @@ -blog \ No newline at end of file diff --git a/layouts/ginnie/list.html b/layouts/ginnie/list.html new file mode 100644 index 0000000..cec28cb --- /dev/null +++ b/layouts/ginnie/list.html @@ -0,0 +1,15 @@ +{{define "main"}} + {{.Content}} + +{{end}} diff --git a/layouts/ginnie/single.html b/layouts/ginnie/single.html new file mode 100644 index 0000000..9e76ea0 --- /dev/null +++ b/layouts/ginnie/single.html @@ -0,0 +1,3 @@ +{{define "main"}} + {{.Content}} +{{end}}