diff options
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-rw-r--r-- | fatcat_scholar/templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fatcat_scholar/templates/home.html b/fatcat_scholar/templates/home.html index c6d9119..875c055 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -7,7 +7,7 @@ <div class="ui centered grid"> <div class="ui sixteen wide mobile twelve wide computer column"> <div style="width: 100%; text-align: center;"> - <h1>Search Inside Millions of Research Papers</h1> + <h1>{% trans %}Search Inside Millions of Research Papers{% endtrans %}</h1> <br> <form class="" id="fulltext_query" action="{{ lang_prefix }}/search") }}" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> @@ -21,8 +21,8 @@ </div> <br> <br> - <p style="font-size: 1.1rem;">This fulltext search index includes over 25 million research articles and other documents preserved in the Internet Archive. - <p style="font-size: 1.1rem;">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. + <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 %} + <p style="font-size: 1.1rem;">{% 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> |