mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 14:19:49 +08:00
f2ddd44712
The opensearch.xml results in a "site search engine" being added to Chrome, while the sitelinks search tag results in "Search this website" being added to Google Search.
17 lines
1.0 KiB
Plaintext
17 lines
1.0 KiB
Plaintext
<meta name="author" content="">
|
|
<meta name="generator" content="Discourse <%= Discourse::VERSION::STRING %> - https://github.com/discourse/discourse version <%= Discourse.git_version %>">
|
|
<%- if SiteSetting.favicon_url.present? %>
|
|
<link rel="icon" type="image/png" href="<%=SiteSetting.favicon_url%>">
|
|
<%- end %>
|
|
<%- if SiteSetting.apple_touch_icon_url.present? %>
|
|
<link rel="apple-touch-icon" type="image/png" href="<%=SiteSetting.apple_touch_icon_url%>">
|
|
<%- end %>
|
|
<%- if (SiteSetting.apple_touch_icon_url != "/images/default-apple-touch-icon.png") && SiteSetting.apple_touch_icon_url.present? %>
|
|
<link rel="icon" sizes="144x144" href="<%=SiteSetting.apple_touch_icon_url%>">
|
|
<%- end %>
|
|
<meta name="theme-color" content="#<%= ColorScheme.hex_for_name('header_background') %>">
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes">
|
|
<%= canonical_link_tag %>
|
|
<%= render_sitelinks_search_tag %>
|
|
<link rel="search" type="application/opensearchdescription+xml" href="<%= Discourse.base_url %>/opensearch.xml">
|