feat: create single item detail page with responsive layout and styling

This commit is contained in:
Greg 2025-06-01 22:48:02 +02:00
parent c9300323ff
commit af9f51467a

View File

@ -10,7 +10,7 @@
<div class="detail-top">
{{ if .Params.image }}
<div class="detail-image-container">
<img src="{{ .Params.image }}" alt="{{ .Title }}" class="detail-image">
<img src="{{ .Params.image | relURL }}" alt="{{ .Title }}" class="detail-image">
</div>
{{ else }}
<div class="detail-image-container"> <!-- Using the same container as the main image -->