diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 14:36:49 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-05-21 14:36:49 -0700 |
commit | e49f806aa9889a9932d6fe1c3f41f401f832b617 (patch) | |
tree | 83fdc450e73182c7b9b31f90ac612a5533d3deb9 /fatcat_scholar/templates/home.html | |
parent | 01ae25c1bf24c8d9f7721f49122a15bf522bdbb4 (diff) | |
download | fatcat-scholar-e49f806aa9889a9932d6fe1c3f41f401f832b617.tar.gz fatcat-scholar-e49f806aa9889a9932d6fe1c3f41f401f832b617.zip |
clean up domain/env detection code
Diffstat (limited to 'fatcat_scholar/templates/home.html')
-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 bb387f7..2092326 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -10,7 +10,7 @@ <h1>Search Inside Millions of Research Papers</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.FATCAT_DOMAIN }}/fulltext/search?q={q}"/> + <meta itemprop="target" content="https://{{ settings.SCHOLAR_DOMAIN }}/fulltext/search?q={q}"/> <div class="ui form"> <div class="ui action input big fluid"> <input type="text" placeholder="{{ _("by title, authors, identifiers...") }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> |