diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-10 12:05:43 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-10 12:06:39 -0800 |
commit | 6a737e050704deb1ae6861c738d8d3e8e0f25723 (patch) | |
tree | b3638e79ce5b2fe21944305b7ab7a015d86e0ba5 /fatcat_scholar | |
parent | 8348599e6a282ac82c55e025f457a92030c2be35 (diff) | |
download | fatcat-scholar-6a737e050704deb1ae6861c738d8d3e8e0f25723.tar.gz fatcat-scholar-6a737e050704deb1ae6861c738d8d3e8e0f25723.zip |
homepage: fix typo
Thanks for the eagle eyes, @BroadwayCrit from twitter!
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 2c3f864..e7b629d 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -21,7 +21,7 @@ <br> <br> <b>{% trans %}Search Millions of Research Papers{% endtrans %}</b> - <p style="margin-top: 0.5em;">{% 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 %} <a href="{{ lang_prefix }}/about">{% trans %}More »{% endtrans %}</a> + <p style="margin-top: 0.5em;">{% 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 through the latest Open Access conference proceedings and pre-prints crawled from the World Wide Web.{% endtrans %} <a href="{{ lang_prefix }}/about">{% trans %}More »{% endtrans %}</a> </div> </div> </div> |