{{- $action := "https://seirdy.one/search/" -}} {{- if or (in site.BaseURL ".onion") -}} {{- $action = "http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/search/" -}} {{- end -}} <form itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction" action="{{ $action }}" method="get" role="search"> <label for="search" itemscope="" itemprop="target" itemtype="https://schema.org/EntryPoint"> Search this site (powered by the Search My Site API): <meta itemprop="urlTemplate" content="{{ $action }}?q={q}" /> </label> <div><!--We need the extra divs to serve as pseudo-table-cells.--> <input itemprop="query-input" id="search" type="search" name="q" required="" spellcheck="true" autocomplete="on" /> <div><input type="submit" value="search" /></div> </div> </form>