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/single.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'themes/orca/layouts/_default/single.html') diff --git a/themes/orca/layouts/_default/single.html b/themes/orca/layouts/_default/single.html index a59ecb7..66ded2e 100644 --- a/themes/orca/layouts/_default/single.html +++ b/themes/orca/layouts/_default/single.html @@ -1,6 +1,20 @@ {{ define "main" }}

{{ .Title }}

- {{ .Content }} +{{ with .Params.res }} +
+
Resources
+ +
+{{ end }} +{{ .Summary }} +{{ .TableOfContents }} +{{ (replace .Content .Summary "") | safeHTML }} {{ with .Lastmod }}

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

{{ end }} -- cgit v1.2.3