From 87956783440e1e915262c34731054c5b934dd970 Mon Sep 17 00:00:00 2001 From: mms Date: Fri, 17 May 2024 23:11:15 +0200 Subject: feat: uf archive --- layouts/partials/homepage/omake.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 layouts/partials/homepage/omake.html (limited to 'layouts/partials') diff --git a/layouts/partials/homepage/omake.html b/layouts/partials/homepage/omake.html new file mode 100644 index 0000000..a83a0dc --- /dev/null +++ b/layouts/partials/homepage/omake.html @@ -0,0 +1,28 @@ +{{- $file := "onigiri.png" }} +{{- $path := printf "content_images/%s" $file}} +{{- $img := resources.Get $path }} +{{- $img1x := $img.Resize "50x webp" }} +{{- $img2x := $img.Resize "100x webp" }} + +
+ Emacs logo +

Omake

+ + Omake + + (japanese): extra, bonus
+ Currently: mirror of an old site. +
-- cgit v1.2.3