|
|
|
@ -26,7 +26,7 @@
|
|
|
|
<div class='posts stretch'>
|
|
|
|
<div class='posts stretch'>
|
|
|
|
{#each posts as post}
|
|
|
|
{#each posts as post}
|
|
|
|
<article class='post' data-pubdate={post.metadata.dateString}>
|
|
|
|
<article class='post' data-pubdate={post.metadata.dateString}>
|
|
|
|
<a class="no-underline" sapper:prefetch href='blog/{post.slug}' title='Read the article »'>
|
|
|
|
<a class="no-underline" sveltekit:prefetch href='blog/{post.slug}' title='Read the article »'>
|
|
|
|
<h2>{post.metadata.title}</h2>
|
|
|
|
<h2>{post.metadata.title}</h2>
|
|
|
|
<p>{post.metadata.description}</p>
|
|
|
|
<p>{post.metadata.description}</p>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|