mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:12:45 +08:00
Allow for search engine updates
This commit is contained in:
parent
d77deaa185
commit
5968f39d7e
|
@ -8,6 +8,7 @@
|
|||
<%- else -%>
|
||||
<Image type="image/png"><%= UrlHelper.absolute SiteSetting.favicon_url %></Image>
|
||||
<%- end %>
|
||||
<Url type="text/html" method="get" template="<%= Discourse.base_url %>/search?q={searchTerms}"/>
|
||||
<Url type="application/opensearchdescription+xml" rel="self" template="<%= Discourse.base_url %>/opensearch.xml"/>
|
||||
<Url type="text/html" template="<%= Discourse.base_url %>/search?q={searchTerms}"/>
|
||||
<Query role="example" searchTerms="search term"/>
|
||||
</OpenSearchDescription>
|
||||
|
|
Loading…
Reference in New Issue
Block a user