page+fullpage: Headline from title

This commit is contained in:
Stefan Schlott 2013-08-23 18:46:25 +02:00
parent eaa0b9d74c
commit 65a6a20708
6 changed files with 9 additions and 10 deletions

View file

@ -0,0 +1,6 @@
<div class="row">
<div class="span12">
<h1><%= item[:title] %></h1>
<%= yield %>
</div>
</div>

View file

@ -1,5 +1,6 @@
<div class="row">
<div class="span8">
<h1><%= item[:title] %></h1>
<%= yield %>
</div>
<div class="span4">