2024-10-16 15:40:53 +02:00
|
|
|
<article vocab="https://schema.org/" typeof="WebContent Review" class="bookmark">
|
|
|
|
|
<h1 property="name"><%= @heading %></h1>
|
|
|
|
|
<div property="reviewBody">
|
|
|
|
|
<%= raw(@contents) %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="source">
|
|
|
|
|
Källa: <a href={@url} property="url"><span property="headline"><%= @title %></span></a>
|
|
|
|
|
</div>
|
2024-10-03 14:38:56 +02:00
|
|
|
<footer>
|
|
|
|
|
<p>
|
2024-10-16 15:40:53 +02:00
|
|
|
Publicerad <time property="datePublished archivedAt"><%= @published_at %></time>
|
|
|
|
|
av <span property="author">Anders Englöf Ytterström</span>,<br />Senast uppdaterad
|
|
|
|
|
<time property="dateModified"><%= @updated_at %></time>
|
2024-10-03 14:38:56 +02:00
|
|
|
</p>
|
|
|
|
|
</footer>
|
2024-09-06 22:41:12 +02:00
|
|
|
</article>
|