From e8dd384c73b32a7e92ebe5f08c015f8ac1da78d0 Mon Sep 17 00:00:00 2001 From: mms Date: Mon, 10 Jun 2024 22:01:04 +0200 Subject: feat: UH artwork --- layouts/unix-history/single.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 layouts/unix-history/single.html (limited to 'layouts/unix-history/single.html') diff --git a/layouts/unix-history/single.html b/layouts/unix-history/single.html new file mode 100644 index 0000000..fa8673b --- /dev/null +++ b/layouts/unix-history/single.html @@ -0,0 +1,31 @@ +{{ define "head" }} + +{{- $header_rect := resources.Get "unix-history/header-top.png" }} +{{- $header_rect_180 := $header_rect.Resize "50x webp q90"}} + + +History of Unix +
+ +{{ end }} + +{{ define "main" }} + +
+ {{ .Page.Content }} +
+ +{{- if .Params.primary_menu }} + {{ partial "single/bottom_nav.html" (dict "menuID" .Page.Params.primary_menu "page" .) }} +{{- end }} + +{{ partial "single/dates.html" . }} + +{{- end }} -- cgit v1.2.3