add site_headers method

This commit is contained in:
jomo
2014-09-21 21:40:12 +02:00
parent ae05959340
commit 9187012e2e
2 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<%= favicon_link_tag "favicon.ico" %>
<%= javascript_include_tag "application" %>
<link type="application/atom+xml" rel="alternate" href="<%= blogposts_path(:atom) %>">
<%= yield(:site_headers) %>
</head>
<body>
<%= render partial: "/layouts/head" %>