|
19 | 19 | <%= render_page_title %>
|
20 | 20 | <meta charset='utf-8' />
|
21 | 21 | <meta name="keywords" content="<%= @meta_keywords %>" />
|
22 |
| - <meta name="description" content="<%= @meta_description %>" /> |
23 |
| - |
24 |
| - <% cache("app-head-html") do %> |
25 |
| - <%= stylesheet_link_tag "front", "data-turbolinks-track" => true %> |
26 |
| - <% if mobile? %> |
27 |
| - <%= stylesheet_link_tag "mobile" %> |
28 |
| - <meta name="apple-mobile-web-app-capable" content="no"> |
29 |
| - <meta content='True' name='HandheldFriendly' /> |
30 |
| - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> |
31 |
| - <link rel="apple-touch-icon-precomposed" href="<%= asset_path("ios-icon.png") %>" /> |
32 |
| - <% end %> |
33 |
| - <link rel="shortcut icon" href="<%= asset_path("big_logo.png") %>" /> |
34 |
| - <%= auto_discovery_link_tag(:rss,feed_topics_url,:title => '订阅最新帖') %> |
35 |
| - <%= javascript_include_tag "app", "data-turbolinks-track" => true %> |
| 22 | + <meta name="description" content="<%= @meta_description %>" /> |
| 23 | + <%= stylesheet_link_tag "front", "data-turbolinks-track" => true %> |
| 24 | + <% if mobile? %> |
| 25 | + <%= stylesheet_link_tag "mobile" %> |
| 26 | + <meta name="apple-mobile-web-app-capable" content="no"> |
| 27 | + <meta content='True' name='HandheldFriendly' /> |
| 28 | + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> |
| 29 | + <link rel="apple-touch-icon-precomposed" href="<%= asset_path("ios-icon.png") %>" /> |
36 | 30 | <% end %>
|
37 |
| - |
| 31 | + <link rel="shortcut icon" href="<%= asset_path("big_logo.png") %>" /> |
| 32 | + <%= auto_discovery_link_tag(:rss,feed_topics_url,:title => '订阅最新帖') %> |
| 33 | + <%= javascript_include_tag "app", "data-turbolinks-track" => true %> |
38 | 34 | <%= csrf_meta_tag %>
|
39 | 35 | <%= yield :node_feed_link %>
|
40 | 36 | <%= raw SiteConfig.custom_head_html %>
|
|
0 commit comments