From f89969d98637f244b9325f16c0b3b923fb65ef59 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 28 Aug 2025 10:48:45 -0400 Subject: work on layout and write basic nginx page --- themes/orca/layouts/_default/blog.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 themes/orca/layouts/_default/blog.html (limited to 'themes/orca/layouts/_default/blog.html') diff --git a/themes/orca/layouts/_default/blog.html b/themes/orca/layouts/_default/blog.html deleted file mode 100644 index 0f73423..0000000 --- a/themes/orca/layouts/_default/blog.html +++ /dev/null @@ -1,8 +0,0 @@ -{{ define "main" }} -

{{ .Title }}

- {{ .TableOfContents }} - {{ .Content }} - {{ with .Lastmod }} -

Last modified {{ .Format "January 2nd, 2006" }}.

- {{ end }} -{{ end }} -- cgit v1.2.3