diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 15:48:38 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-02 15:48:38 -0800 |
commit | 3583a344b6ee390fba4baf26426e2c8eb0bf63b0 (patch) | |
tree | 49e836c459b85d3694998a9d7c3ef0b2424a69ed | |
parent | 31b20741e7b5b7588ba8d3b9a8f4e08dd87ff62d (diff) | |
download | fatcat-3583a344b6ee390fba4baf26426e2c8eb0bf63b0.tar.gz fatcat-3583a344b6ee390fba4baf26426e2c8eb0bf63b0.zip |
tweak front page byline
-rw-r--r-- | python/fatcat_web/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/home.html b/python/fatcat_web/templates/home.html index 8528b789..9581d6b5 100644 --- a/python/fatcat_web/templates/home.html +++ b/python/fatcat_web/templates/home.html @@ -7,7 +7,7 @@ <img class="ui fluid bordered image" src="/static/fatcat.jpg" title="CC0 photo of an oversized feline" alt=""> <br> -<h2 class="ui header centered">Search millions of research publications and datasets</h2> +<h2 class="ui header centered">Cataloging of millions of research publications</h2> <form class="" role="search" action="/release/search" method="get"> <div class="ui form"> <div class="ui action input huge fluid"> |