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/partials/footer.html | 6 ++++++ themes/orca/layouts/partials/header.html | 11 +++++------ themes/orca/layouts/partials/post-item.html | 8 +++++--- 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 themes/orca/layouts/partials/footer.html (limited to 'themes/orca/layouts/partials') diff --git a/themes/orca/layouts/partials/footer.html b/themes/orca/layouts/partials/footer.html new file mode 100644 index 0000000..a2ad329 --- /dev/null +++ b/themes/orca/layouts/partials/footer.html @@ -0,0 +1,6 @@ +
+

All content is written by frosty unless noted otherwise. If you think something is incorrect, let me know.

+Gentoo Linux +Vim: the editor +
+
diff --git a/themes/orca/layouts/partials/header.html b/themes/orca/layouts/partials/header.html index 77d2a39..666539a 100644 --- a/themes/orca/layouts/partials/header.html +++ b/themes/orca/layouts/partials/header.html @@ -1,14 +1,13 @@
diff --git a/themes/orca/layouts/partials/post-item.html b/themes/orca/layouts/partials/post-item.html index 183dd28..b20a8f8 100644 --- a/themes/orca/layouts/partials/post-item.html +++ b/themes/orca/layouts/partials/post-item.html @@ -1,11 +1,13 @@
{{ .Type }} - {{ .Title }} -
{{ .Date.Format "January 2nd, 2006" }}
+ {{ .Title }}
- {{ range $i, $t := .Params.tags }}{{ if $i }}, {{ end }}{{ $t }}{{ end }} +{{ range $i, $t := .Params.tags -}} + {{ if $i }}, {{ end -}} + {{ $t -}} +{{- end }}
-- cgit v1.2.3