2022-06-10 22:00:35 +00:00
|
|
|
{{- $action := "https://seirdy.one/search/" -}}
|
2022-06-10 04:24:13 +00:00
|
|
|
{{- if or (in site.BaseURL ".onion") -}}
|
|
|
|
{{- $action = "http://wgq3bd2kqoybhstp77i3wrzbfnsyd27wt34psaja4grqiezqircorkyd.onion/search/" -}}
|
2022-06-10 03:47:21 +00:00
|
|
|
{{- end -}}
|
2022-05-27 00:06:56 +00:00
|
|
|
<form
|
2022-05-30 22:49:31 +00:00
|
|
|
itemprop="potentialAction" itemscope="" itemtype="https://schema.org/SearchAction"
|
2022-06-10 04:24:13 +00:00
|
|
|
action="{{ $action }}" method="get" role="search">
|
2022-06-09 18:13:25 +00:00
|
|
|
<label for="search" itemscope="" itemprop="target" itemtype="https://schema.org/EntryPoint">
|
2022-06-09 15:44:55 +00:00
|
|
|
Search this site (powered by the <a rel="nofollow" href="https://searchmysite.net/">Search My Site</a> API):
|
2022-06-10 04:24:13 +00:00
|
|
|
<meta itemprop="urlTemplate" content="{{ $action }}?q={q}" />
|
2022-06-08 06:36:05 +00:00
|
|
|
</label>
|
2022-05-30 05:48:27 +00:00
|
|
|
<div><!--We need the extra divs to serve as pseudo-table-cells.-->
|
2022-07-11 22:22:52 +00:00
|
|
|
<input itemprop="query-input" id="search" type="search" name="q"
|
2022-07-16 05:45:00 +00:00
|
|
|
required="" spellcheck="true" autocomplete="on" />
|
2022-05-30 22:49:31 +00:00
|
|
|
<div><input type="submit" value="search" /></div>
|
2022-05-30 05:48:27 +00:00
|
|
|
</div>
|
2022-05-27 00:06:56 +00:00
|
|
|
</form>
|