diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 19:35:53 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-03 19:35:53 -0700 |
commit | 55273e1b523acdf7a8cd493248bfc21bc527991c (patch) | |
tree | 1548d38ee0344e63966a0ce38fc310a6dcab8364 /fatcat_scholar | |
parent | 1fbebed011977ff772412b1dd9d09c860d2072e0 (diff) | |
download | fatcat-scholar-55273e1b523acdf7a8cd493248bfc21bc527991c.tar.gz fatcat-scholar-55273e1b523acdf7a8cd493248bfc21bc527991c.zip |
add a 'scholarly' to homepage text
Diffstat (limited to 'fatcat_scholar')
-rw-r--r-- | fatcat_scholar/templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index 3624943..917bcb7 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -21,7 +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 %} {% 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 scholarly 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> |