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

14 lines
619 B
Text
Raw Normal View History

<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
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-02 07:06:57 -05:00
<%= canonical_link_tag %>
2015-01-02 07:06:57 -05:00
<%= render partial: "common/special_font_face" %>
<%= render partial: "common/discourse_stylesheet" %>
2015-01-02 07:06:57 -05:00
<%= discourse_csrf_tags %>