diff options
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r-- | fatcat_scholar/templates/help.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index f5486b3..3baeb30 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -2,7 +2,7 @@ {% macro example_search_box(query) -%} <form class="" id="" 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 large fluid"> <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> |