further search optimizations
All checks were successful
website-main / prod-build (push) Successful in 32s
website-main / test-build (push) Successful in 14s

This commit is contained in:
2023-10-02 14:40:36 +02:00
parent 7f596b02f6
commit a094e0667a
4 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<section class="section">
<section class="section" data-pagefind-body>
<div class="container">
{{ if (and .Params.image (ne .Params.image "/media/image.webp") ) }}
<img class="img-fluid w-100 mb-4" src="{{ .Params.image | relURL }}">