Skip to content

Commit

Permalink
fix: use partial image in stage
Browse files Browse the repository at this point in the history
Signed-off-by: lennartrommeiss <lennart.rommeiss@deutschebahn.com>
  • Loading branch information
lenderom committed Feb 5, 2025
1 parent 38a03bf commit 2ab046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/fiptheme/layouts/partials/stage.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<section class="o-stage container-fluid">
{{ $image := resources.Get "images/startpage.webp" }}
<img src="{{ $image.RelPermalink }}" alt="" loading="lazy">
{{ partial "image.html" $image }}
<div id="search" class="o-stage__search"></div>
</section>

0 comments on commit 2ab046f

Please sign in to comment.