diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 19:35:14 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 19:35:14 -0700 |
commit | 1fbebed011977ff772412b1dd9d09c860d2072e0 (patch) | |
tree | 34c353357ae68062564c86fae59261f23481d95e | |
parent | f9035c7ca9637668911afa7e9345138563aad33e (diff) | |
download | fatcat-scholar-1fbebed011977ff772412b1dd9d09c860d2072e0.tar.gz fatcat-scholar-1fbebed011977ff772412b1dd9d09c860d2072e0.zip |
front page merge sentances
-rw-r--r-- | fatcat_scholar/templates/home.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index b3bccf4..3624943 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -21,8 +21,7 @@ </div> <br> <br> - <p style="font-size: 1.1rem;">{% trans %}This fulltext search index includes over 25 million research articles and other documents preserved in the Internet Archive.{% endtrans %} - <p style="font-size: 1.1rem;">{% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} + <p style="font-size: 1.1rem;">{% trans %}This fulltext search index includes over 25 million research articles and other documents preserved in the Internet Archive.{% endtrans %} {% trans %}The collection spans from digitized copies of eighteenth century journals though the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} </div> </div> </div> |