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.erb
muflax 8ba3958797 * added explanation of epistemic states
* added basic techne/episteme to categories
* port categorie template to erb
2011-09-04 14:30:09 +02:00

31 lines
983 B
Plaintext

<!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 -->
<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 -->
<div class="main">
<% if @item[:episteme] %>
<p>muflax' epistemic state: <%= @item[:episteme] %>.</p>
<% end %>
<%= yield %>
</div>
</body>
</html>