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

36 lines
1.1 KiB
Text
Raw Normal View History

<article class="article">
<header>
<ol class="breadcrumbs" itemscope itemtype="https://schema.org/BreadcrumbList">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/" rel="home">
<span itemprop="name">madr.se</span>
</a>
<meta itemprop="position" content="1" />
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="/delningar">
<span itemprop="name">Delningar</span>
</a>
<meta itemprop="position" content="2" />
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href={"/" <> @year}>
<span itemprop="name"><%= @year %></span>
</a>
<meta itemprop="position" content="3" />
</li>
</ol>
<h1><%= @heading %></h1>
</header>
<%= raw(@contents) %>
<p>
Källa: <a href={@url} rel="external"><%= @title %></a>
</p>
<footer>
<p>
Publicerad <%= @published_at %> <br />och senast uppdaterad <%= @updated_at %>
</p>
</footer>
</article>