forked from wezm/wezm.net
5 lines
280 B
HTML
5 lines
280 B
HTML
<div class=" archive-banner">This is an old version of my website with posts from 2003–2019. For newer posts <a href="/v2/">visit the new version</a>.</div>
|
||
<div id="content">
|
||
<h1><a href="<%= @item.reps[:default].path %>"><%=h @item[:title] %></a></h1>
|
||
<%= yield %>
|
||
</div>
|