Added archive links on archived app pages

Also updated Futility Closet URL and screenshot
This commit is contained in:
Daniel J. Summers 2019-04-25 19:07:40 -05:00
parent 251d412155
commit 785ff70ffe
3 changed files with 3 additions and 1 deletions
public/screenshots
src/components

Binary file not shown.

Before

(image error) Size: 79 KiB

After

(image error) Size: 90 KiB

@ -207,7 +207,7 @@ const APPS = [
{
id: 'futility-closet',
name: 'Futility Closet',
url: 'https://futilitycloset.com',
url: 'https://www.futilitycloset.com',
active: true,
categoryId: 2,
frontPageText: 'An idler’s miscellany of compendious amusements',

@ -7,6 +7,8 @@ div
<small><small>
#[a(v-if='application.active || application.linkInactive' :href='application.url') {{ application.url }}]
#[span(v-if='!application.active && !application.linkInactive') {{ application.url }}]
#[span(v-if='!application.active && !application.linkInactive && application.archiveUrl') &nbsp; &nbsp;]
#[a(v-if='!application.active && !application.linkInactive && application.archiveUrl' :href='application.archiveUrl') <small>(Archive)</small>]
</small></small>
div.app-info
aside: img(:src='imageLink')