From cb3c1194ad0dfa7269c30b6d28113b37b6df2e21 Mon Sep 17 00:00:00 2001 From: Merox Date: Tue, 5 Nov 2024 21:59:09 +0200 Subject: [PATCH] add commented text to background.html for svg-over-background --- layouts/partials/home/background.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/layouts/partials/home/background.html b/layouts/partials/home/background.html index 3ba55dc8..d149116e 100644 --- a/layouts/partials/home/background.html +++ b/layouts/partials/home/background.html @@ -29,7 +29,18 @@ class="opacity-60 absolute inset-0 h-[1000px] bg-gradient-to-t from-neutral dark:from-neutral-800 to-neutral-100 dark:to-neutral-800 mix-blend-normal"> {{ end }} + + +
{{ with .Site.Params.Author.image }} {{ $authorImage := "" }} @@ -85,4 +96,4 @@ background_blur.style.opacity = (scroll / 300) }); -{{ end }} +{{ end }} \ No newline at end of file