From 85f0c87299083ee4840fa18bfbaa76221e5e0a2a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 19 Mar 2019 23:16:08 -0700 Subject: add example dataset to home Also fixes an HTML table bug the previous commit introduced --- python/fatcat_web/templates/home.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 2ebae61e..d55cc96b 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -125,9 +125,12 @@ indexing (aka, linking together of pre-prints and final copies). File Set
datasets, suplementary materials {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + + Dataset {% else %} - Dummy + Dataset (prod) +
Dummy
Realistic {% endif %} -- cgit v1.2.3