improvements to intro page

This commit is contained in:
r888888888
2013-06-24 15:43:30 -07:00
parent 3bc4c886c3
commit 1566e260bd
2 changed files with 2 additions and 1 deletions

View File

@@ -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 %>

View File

@@ -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">