improvements to intro page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div id="c-explore-posts">
|
||||
<div id="a-intro">
|
||||
<header>
|
||||
<h1>Danbooru</h1>
|
||||
<h1><%= Danbooru.config.app_name %></h1>
|
||||
<p class="byline">Find good anime art fast</p>
|
||||
|
||||
<%= form_tag(posts_path, :method => :get) do %>
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<%= stylesheet_link_tag "application", :media => "screen" %>
|
||||
<%= javascript_include_tag "application" %>
|
||||
<%= Danbooru.config.custom_html_header_content %>
|
||||
<meta name="enable-auto-complete" content="<%= CurrentUser.user.enable_auto_complete %>">
|
||||
<%= yield :html_header %>
|
||||
</head>
|
||||
<body lang="en">
|
||||
|
||||
Reference in New Issue
Block a user