diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-02 19:23:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-02 19:23:59 -0800 |
commit | 16dfb652a83c339b088e751d2744289a0db0181b (patch) | |
tree | 3b60a0b8ea7ac70ff07a880f3f288f6c65a45046 | |
parent | 5e81f0cc41f36f9410b93bdaa03d3f7d1435d135 (diff) | |
download | fatcat-scholar-16dfb652a83c339b088e751d2744289a0db0181b.tar.gz fatcat-scholar-16dfb652a83c339b088e751d2744289a0db0181b.zip |
homepage: fix 'more' link
-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 999b043..8721ece 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="http://localhost:9819/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 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> </div> </div> </div> |