From 70d31513c1584f6b26595a0dcabb453ca2199f25 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 19:31:25 -0700 Subject: add webcaptures and filesets to prod homepage --- python/fatcat_web/templates/home.html | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 09dc9b36..2ebae61e 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -122,20 +122,28 @@ indexing (aka, linking together of pre-prints and final copies). -{% if config.FATCAT_DOMAIN != 'fatcat.wiki' %} File Set
datasets, suplementary materials +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} +{% else %} Dummy
Realistic +{% endif %} Web Capture
HTML and interactive articles, blog posts +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} - Dummy -
Realistic + D-Lib +
Blog Post +{% else %} + D-Lib (prod) +
Dummy +
Realistic {% endif %} + Work
for grouping Releases {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} @@ -143,7 +151,8 @@ indexing (aka, linking together of pre-prints and final copies). Paper {% else %} - Dummy + Paper (prod) +
Dummy
Realistic {% endif %} -- cgit v1.2.3