diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-09-11 17:20:15 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-09-11 17:20:15 -0700 |
commit | 54a641129317372a2fcdb3c4c44d319ecb0bc0fc (patch) | |
tree | c4b295117878f86457a36378f917b1dc53ca0c9a /fatcat_scholar | |
parent | 6955d603734440835e28f7ab218b24e569523780 (diff) | |
download | fatcat-scholar-54a641129317372a2fcdb3c4c44d319ecb0bc0fc.tar.gz fatcat-scholar-54a641129317372a2fcdb3c4c44d319ecb0bc0fc.zip |
homepage/footer grammar (The/the, service names)
Diffstat (limited to 'fatcat_scholar')
-rw-r--r-- | fatcat_scholar/templates/about.html | 2 | ||||
-rw-r--r-- | fatcat_scholar/templates/base.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/fatcat_scholar/templates/about.html b/fatcat_scholar/templates/about.html index 59a01ea..4231614 100644 --- a/fatcat_scholar/templates/about.html +++ b/fatcat_scholar/templates/about.html @@ -52,7 +52,7 @@ Read more in <a href="https://guide.fatcat.wiki/bulk_exports.html">the Fatcat Gu <a name="contact"></a> <h3>Contact Information</h3> -<p>The organizational contact information for The Internet Archive is listed at +<p>The organizational contact information for the Internet Archive is listed at <a href="https://archive.org/about/contact.php">https://archive.org/about/contact.php</a>. Queries about this search service and the fatcat catalog can be directed to <a href="mailto:webservices@archive.org">webservices@archive.org</a>. diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 29ad1a7..fc58f2c 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -203,8 +203,8 @@ <div class="thirteen wide eleven wide computer column"> <h3>Internet Archive</h3> <p style="color: rgba(255, 255, 255, 0.5);"> - {% trans trimmed %}We are a 501(c)(3) non-profit, building a digital library of Internet sites and other cultural artifacts in digital form.{% endtrans %} - Other projects include <a target="_blank" href="https://web.archive.org">The Wayback Machine</a>, <a target="_blank" href="https://archive.org">archive.org</a> <a target="_blank" href="https://openlibrary.org">openlibrary.org</a> and <a target="_blank" href="https://archive-it.org">archive-it.org</a> + {% trans trimmed %}We are a US 501(c)(3) non-profit library, building a global archive of Internet sites and other cultural artifacts in digital form.{% endtrans %} + Other projects include <a target="_blank" href="https://web.archive.org">The Wayback Machine</a>, <a target="_blank" href="https://archive.org">archive.org</a>, <a target="_blank" href="https://openlibrary.org">Open Library</a> and <a target="_blank" href="https://archive-it.org">Archive-It</a> <div class="ui horizontal inverted link list"> <a class="item" target="_blank" href="https://archive.org/about/">{{ _("About Us") }}</a> <a class="item" target="_blank" href="https://archive.org/about/contact.php">{{ _("Contact Us") }}</a> |