From 845acbb16cf03fcd2b4e9ecbb59728d9bbf838dd Mon Sep 17 00:00:00 2001 From: Hamcha Date: Fri, 6 Oct 2023 13:29:25 +0200 Subject: [PATCH] begone project list --- layouts/index.html | 35 ------------------- .../_default/_markup/render-image.html | 6 ++-- 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 79680fc..0113422 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -26,41 +26,6 @@ site.RegularPages "Section" $pageurl }} {{- with $pages }} Internet then someone might read it, also I needed a website cause everyone got one of those!

-

What did you do?!

-

- Here are some of my more known projects, or rather, projects I'd prefer to - be known for: -

-

What's in this desperate corner of the net?

In here you will find my blog where I discuss things that I give enough diff --git a/themes/fesite/layouts/_default/_markup/render-image.html b/themes/fesite/layouts/_default/_markup/render-image.html index 2e0b8da..93976e7 100644 --- a/themes/fesite/layouts/_default/_markup/render-image.html +++ b/themes/fesite/layouts/_default/_markup/render-image.html @@ -5,8 +5,7 @@ $avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists $avifPathStatic) -}} - {{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq - (path.Ext .Destination) ".jpg" }} + {{- end }} {{ if eq (path.Ext .Destination) ".jpg" }} {{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }} @@ -34,8 +33,7 @@ $avifPathStatic:= printf "static/%s" $avifPath }} {{ if (fileExists $avifPathStatic) -}} - {{- end }} {{ $isPNG := eq (path.Ext .Destination) ".png" }} {{ if eq - (path.Ext .Destination) ".jpg" }} + {{- end }} {{ if eq (path.Ext .Destination) ".jpg" }} {{ end }} {{ if eq (path.Ext .Destination) ".jpeg" }}