From 69cd4a1c8e316f422931d2fc4077e9147135d60f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 10 Apr 2019 18:43:22 -0700 Subject: fixes to home page --- python/fatcat_web/templates/home.html | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index f4d9d8f6..809a859f 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -28,7 +28,6 @@
Project Status: Beta
@@ -53,14 +52,12 @@ indexing (aka, linking together of pre-prints and final copies). Release
journal article, pre-print, book
published version of a Work -{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} - Search - Create - Paper -{% else %} Search
Create - Paper (prod) +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} + Paper +{% else %} + Paper (prod)
Dummy
Realistic {% endif %} @@ -72,12 +69,11 @@ indexing (aka, linking together of pre-prints and final copies). Container
journal or serial -{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} Search +
Create +{% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} Journal {% else %} - Search -
Create Journal (prod)
Dummy
Realistic @@ -108,11 +104,10 @@ indexing (aka, linking together of pre-prints and final copies). File
specific digital blobs (immutable) + Create {% if config.FATCAT_DOMAIN == 'fatcat.wiki' %} - PDF {% else %} - Create PDF (prod)
Dummy
Realistic -- cgit v1.2.3