aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-03-02 19:23:27 -0800
committerBryan Newbold <bnewbold@archive.org>2021-03-02 19:23:59 -0800
commit16dfb652a83c339b088e751d2744289a0db0181b (patch)
tree3b60a0b8ea7ac70ff07a880f3f288f6c65a45046 /fatcat_scholar
parent5e81f0cc41f36f9410b93bdaa03d3f7d1435d135 (diff)
downloadfatcat-scholar-16dfb652a83c339b088e751d2744289a0db0181b.tar.gz
fatcat-scholar-16dfb652a83c339b088e751d2744289a0db0181b.zip
homepage: fix 'more' link
Diffstat (limited to 'fatcat_scholar')
-rw-r--r--fatcat_scholar/templates/home.html2
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 &raquo;{% 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 &raquo;{% endtrans %}</a>
</div>
</div>
</div>