16 lines
535 B
Text
16 lines
535 B
Text
<article class="collapsed article card" vocab="https://schema.org/" typeof="Article">
|
|
<%= breadcrumbs_html(%{:trail => @breadcrumbs}) %>
|
|
<h1 property="name"><%= @heading %></h1>
|
|
|
|
<div property="articleBody">
|
|
<%= raw(@contents) %>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>
|
|
Publicerad <time property="datePublished"><%= @published_at %></time>
|
|
av <span property="publisher">Anders Englöf Ytterström</span>, <br /> senast uppdaterad
|
|
<time property="dateModified"><%= @updated_at %></time>
|
|
</p>
|
|
</footer>
|
|
</article>
|