diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-10-21 14:26:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-10-21 14:26:06 -0700 |
commit | 51836c4d2348c33e75e20f7259ed8b4f24c47a60 (patch) | |
tree | 2a17dbc0268e87e633fd0ed5d2d1e31773f09867 /fatcat_scholar/templates/home.html | |
parent | 5d48eddfd95bc447a9dd2defc532e60c12a6b464 (diff) | |
download | fatcat-scholar-51836c4d2348c33e75e20f7259ed8b4f24c47a60.tar.gz fatcat-scholar-51836c4d2348c33e75e20f7259ed8b4f24c47a60.zip |
update search form target metadata
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 d0f5da0..3840841 100644 --- a/fatcat_scholar/templates/home.html +++ b/fatcat_scholar/templates/home.html @@ -9,7 +9,7 @@ <div style="width: 100%; text-align: center;"> <img src="/static/scholar-vaporwave-logo.png" alt="{{ _("Internet Archive Scholar logo (vaporwave)") }}" style="max-width: 100%; margin-bottom: 1.5em;"> <form class="" id="search_form" 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}"/> + <meta itemprop="target" content="/search?q={q}"/> <div class="ui form"> <div class="ui action input big fluid"> <input type="text" placeholder="{{ _("by title, author, keywords...") }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> |