Prepare metadata
This commit is contained in:
parent
fc2d776f61
commit
545f55db84
1 changed files with 8 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue