added dates to projects
This commit is contained in:
@@ -52,7 +52,16 @@
|
||||
<p class="project-subtitle">» {project.subtitle}</p>
|
||||
{/if}
|
||||
{#if project.banner}
|
||||
<img class="project-banner" src="{project.banner}">
|
||||
<div class="project-banner-container">
|
||||
<img class="project-banner" src="{project.banner}">
|
||||
{#if project.date}
|
||||
<p class="project-date project-date-embed">{project.date}</p>
|
||||
{/if}
|
||||
</div>
|
||||
{:else}
|
||||
{#if project.date}
|
||||
<p class="project-date">{project.date}</p>
|
||||
{/if}
|
||||
{/if}
|
||||
{#if project.icon}
|
||||
<img class="project-icon" src="{project.icon}">
|
||||
|
||||
Reference in New Issue
Block a user