Feat: header article avec date + boutons de partage, share section bas de page, golden-grid conditionnel
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-10 19:19:05 +01:00
parent b9631b8c53
commit 3c5b4f76dd
10 changed files with 178 additions and 28 deletions

View file

@ -101,6 +101,7 @@
<!-- svelte-ignore a11y_no_static_element_interactions -->
<section
class="blog page-scrollable"
class:golden-grid={!!articleData}
bind:this={sectionEl}
onclick={handleClick}
>
@ -120,7 +121,7 @@
{#if featured}
<article class="blog-card blog-card--featured">
<div class="blog-card-text">
<time class="blog-card-date">{featured.date}</time>
<time class="blog-card-date">{featured.published}</time>
<h2 class="blog-card-title">
<a href="/blog/{featured.slug}">{featured.title}</a>
</h2>