page+fullpage: Headline from title
This commit is contained in:
parent
eaa0b9d74c
commit
65a6a20708
6 changed files with 9 additions and 10 deletions
6
layouts/fullpage_body.html
Normal file
6
layouts/fullpage_body.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<div class="row">
|
||||
<div class="span12">
|
||||
<h1><%= item[:title] %></h1>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue