From 18591bdb1f6964d72f345c32ebf685860dccb8db Mon Sep 17 00:00:00 2001 From: mms Date: Tue, 9 Apr 2024 16:25:51 +0200 Subject: feat: trek to hp: : --- layouts/partials/homepage/startrek.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 layouts/partials/homepage/startrek.html (limited to 'layouts/partials/homepage/startrek.html') diff --git a/layouts/partials/homepage/startrek.html b/layouts/partials/homepage/startrek.html new file mode 100644 index 0000000..296be4b --- /dev/null +++ b/layouts/partials/homepage/startrek.html @@ -0,0 +1,23 @@ +{{- $file := "star-trek-voyager-transparent.png" }} +{{- $path := printf "content_images/%s" $file}} +{{- $img := resources.Get $path }} +{{- $img1x := $img.Resize "150x webp" }} +{{- $img2x := $img.Resize "300x webp" }} + +
+

Star Trek

+ + + {{ partial "menu.html" (dict "menuID" "star-trek" "page" .) }} +
+ -- cgit v1.2.3