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