refactor: extract partials for post components and create separate page template
All checks were successful
Deploy Theme / deploy (push) Successful in 13s

This commit is contained in:
2026-02-21 20:38:28 +01:00
parent d1889f69f0
commit f431b97559
5 changed files with 70 additions and 56 deletions

View File

@@ -0,0 +1,10 @@
<figure class="mb-12 rounded-lg overflow-hidden shadow-xl">
<img
class="w-full h-auto object-cover"
src="{{img_url feature_image size="xl"}}"
srcset="{{img_url feature_image size="l"}} 1000w,
{{img_url feature_image size="xl"}} 2000w"
sizes="(max-width: 1000px) 1000px, 2000px"
alt="{{title fallback="No Title"}}"
>
</figure>