mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
10 lines
483 B
XML
10 lines
483 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
|
|
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
|
|
<ShortName>{{.BTitle}}</ShortName>
|
|
<Description>{{.SubTitle}}</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Url type="text/html" method="get" template="https://{{.Host}}/search.html?q={searchTerms}" />
|
|
<moz:SearchForm>https://{{.Host}}/search.html</moz:SearchForm>
|
|
</OpenSearchDescription>
|