added project n5 to games page; added dates to game page banners; added link to copyparty on main page
This commit is contained in:
@@ -41,7 +41,12 @@
|
||||
<p class="project-subtitle">» {game.subtitle}</p>
|
||||
{/if}
|
||||
{#if game.banner}
|
||||
<img class="project-banner" src="{game.banner}">
|
||||
<div class="project-banner-container">
|
||||
<img class="project-banner" src="{game.banner}">
|
||||
{#if game.date}
|
||||
<p class="project-date">{game.date}</p>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
{#if game.icon}
|
||||
<img class="project-icon" src="{game.icon}">
|
||||
|
||||
Reference in New Issue
Block a user