1
0
Fork 0
mirror of https://github.com/fmap/muflax65ngodyewp.onion synced 2024-06-26 10:26:48 +02:00

minor fixes

This commit is contained in:
muflax 2011-12-23 23:04:08 +01:00
parent d7d2bdb700
commit f08fda14db

View file

@ -1,12 +1,11 @@
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; 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" />
<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"/>
<!-- google analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
@ -54,7 +53,7 @@
<!-- actual content (not indented to protect markdown) -->
<div id="content">
<%= yield %>
<%= yield %>
</div>
@ -93,14 +92,14 @@
</div>
</div>
<% end %>
</div>
<!-- breadcrumb navigation -->
<div id="crumb">
<%= breadcrumbs.map do |crumb|
"<a class='crumb' href='#{crumb[:link]}'>#{crumb[:title].downcase}</a>"
end.join(" » ") %>
</div>
</body>
</html>