discourse/app/views/layouts/_head.html.erb

10 lines
489 B
Plaintext
Raw Normal View History

2015-01-02 07:06:57 -05:00
<meta name="author" content="">
<meta name="generator" content="Discourse <%= Discourse::VERSION::STRING %> - https://github.com/discourse/discourse version <%= Discourse.git_version %>">
2015-01-02 07:06:57 -05:00
<link rel="icon" type="image/png" href="<%=SiteSetting.favicon_url%>">
<link rel="apple-touch-icon" type="image/png" href="<%=SiteSetting.apple_touch_icon_url%>">
2015-01-15 04:37:02 -05:00
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes">
2015-01-15 04:31:30 -05:00
2015-01-02 07:06:57 -05:00
<%= canonical_link_tag %>