forked from fdnd-agency/visual-thinking
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
visual-thinking/src/lib/organisms/methods.svelte
Lines 10 to 29 in 390bbfc
| <article class="methods-container" data-index={index}> | |
| <a href="/tekenmethodes/{method.slug}"> | |
| {#if method.template && method.template.url} | |
| <picture> | |
| <img | |
| src={method.template.url.replace(":webp", ":png")} | |
| alt={"Voorbeeld van " + method.title} | |
| class={method.categories[0].title.replaceAll(" ", "-")} | |
| /> | |
| </picture> | |
| {:else} | |
| <img | |
| class={method.categories[0].title.replaceAll(" ", "-")} | |
| src="/placeholder.webp" | |
| alt="Placeholder" | |
| /> | |
| {/if} | |
| </a> | |
| </article> | |
| <h3>{method.title}</h3> |
in de methods heb je een article waarvan de heading er buiten staat. Dit geeft errors in de W3C validator, zie hieronder

Metadata
Metadata
Assignees
Labels
No labels