Mayx's Home Page https://mabbs.github.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
607 B

  1. ---
  2. ---
  3. <?xml version="1.0" encoding="UTF-8"?>
  4. <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/" xmlns:moz="http://www.mozilla.org/2006/browser/search/">
  5. <ShortName>{{ site.title }}</ShortName>
  6. <Description>搜索 {{ site.title }}</Description>
  7. <InputEncoding>UTF-8</InputEncoding>
  8. <Image width="16" height="16" type="image/x-icon">{{ "/favicon.ico" | absolute_url }}</Image>
  9. <Url type="text/html" method="get" template="{{ "/search.html" | absolute_url }}?keyword={searchTerms}"/>
  10. <moz:SearchForm>{{ "/search.html" | absolute_url }}</moz:SearchForm>
  11. </OpenSearchDescription>

Powered by TurnKey Linux.