Art Feed | denizk0461 {#snippet pageButtons(currentIndex: number)}
{#if currentIndex == 1}

x

{:else} < {/if} {#each { length: data.maxPages }, index} {index + 1} {/each} {#if currentIndex == data.maxPages}

x

{:else} > {/if}
{/snippet}

Welcome to my creative feed! It is heavily inspired by DeathSurplus' art blog – definitely go check out his website!

This page is intended to be a contrasting companion to the projects page; I'll use this page for smaller things that don't fit the dedicated-page-format.

{@render pageButtons(data.currentPage)} {#each data.feedEntries as entry}

{entry.title}

{entry.subtitle}

{entry.date}

{#if entry.images && entry.images.length > 0} {/if} {/each} {@render pageButtons(data.currentPage)}