БЛОГ

Подпишитесь на нашу RSS ленту, чтобы не пропускать новые посты!
{#each groupedPosts.entries() as [monthYear, postsInMonthYear]}

{monthYear}

{#each postsInMonthYear as post, i}
{#if post.thumbnail} thumbnail {/if}

{new Date(post.date!).toLocaleString('default', { month: 'short', day: 'numeric', year: 'numeric' })}

{post.title}

{#if post.description}

{post.description}

{/if}
{/each}
{/each}