Prepare metadata

This commit is contained in:
Stefan Schlott 2013-08-24 16:28:57 +02:00
parent fc2d776f61
commit 545f55db84

View file

@ -2,8 +2,14 @@
<div class="span8">
<div class="row">
<div class="span8">
<h1><%= item[:title] %></h1>
<article itemscope itemtype="http://schema.org/EducationEvent">
<header>
<h1 itemprop="name"><%= item[:title] %></h1>
</header>
<section itemprop="description">
<%= yield %>
</section>
</article>
</div>
<% latest_articles_referred_to(item.identifier).each do |item| %>
<div class="span8">