{post.meta.title}
{#if post.meta.description}
{post.meta.description}
{/if}
{format(new Date(post.meta.date), showYear ? 'MMMM d, yyyy' : 'MMMM d')}
{#if showReadingTime}
{post.readingTime.words} words, {post.readingTime.text}
{/if}
{`https://bgenc.net${href}`}