mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
7 lines
304 B
XML
7 lines
304 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>{{.BTitle}}</ShortName>
|
|
<Description>{{.SubTitle}}</Description>
|
|
<Url type="text/html" template="https://{{.Host}}/search.html?q={searchTerms}" />
|
|
</OpenSearchDescription>
|