feat: create single item detail page with responsive layout and styling
This commit is contained in:
parent
c9300323ff
commit
af9f51467a
@ -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 -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user