25/lib/mse25_web/controllers/item_html/link.html.heex

17 lines
606 B
Text
Raw Normal View History

<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>
<footer>
<p>
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>
</p>
</footer>
</article>