1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-07-03 11:00:42 +02:00
muflax65ngodyewp.onion/layouts/default.erb

31 lines
983 B
Plaintext
Raw Normal View History

2011-07-31 22:51:41 +02:00
<!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>
<!-- breadcrumb navigation -->
2011-07-31 22:51:41 +02:00
<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>
<!-- actual content -->
2011-07-31 22:51:41 +02:00
<div class="main">
<% if @item[:episteme] %>
<p>muflax' epistemic state: <%= @item[:episteme] %>.</p>
<% end %>
<%= yield %>
2011-07-31 22:51:41 +02:00
</div>
2011-07-31 22:51:41 +02:00
</body>
</html>