1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-01 10:46:49 +02:00
muflax65ngodyewp.onion/layouts/default.html
2011-07-31 22:51:41 +02:00

28 lines
931 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8">
<title><%= @item[:title] %></title>
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="generator" content="nanoc">
<link rel="alternate" href="/rss.xml" type="application/rss+xml"
title="lies and wonderland" />
</head>
<body>
<div class="crumb">
<%= breadcrumbs_trail.map do |crumb|
target = crumb[:short_title] || crumb[:title] || crumb.name
"<a class='crumb' href='#{crumb.identifier}'>#{target}</a>"
end.join(" » ") %>
</div>
<div class="main">
<% if @item[:believed] %>
<p>This page was last believed on <%= @item[:believed] %>.</p>
<% end %>
<%= yield %>
</div>
</body>
</html>