brokenco.de/_layouts/default.html

115 lines
3.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>
{% if page.title %}
{{ page.title }}
{% else %}
unethical blogger
{% endif %}
</title>
<meta name="author" content="R. Tyler Croy" />
{% if page.summary %}
<meta namne="description" content="{{ page.summary }}" />
{% endif %}
<link href="http://feeds.feedburner.com/UnethicalBlogger" rel="alternate" title="unethical blogger" type="application/atom+xml" />
<link rel="stylesheet" href="/stylesheets/syntax.css" type="text/css" />
<link rel="stylesheet" href="/stylesheets/default.css" type="text/css" />
{% for css in page.css %}
<link rel="stylesheet" href="{{ css }}" type="text/css" />
{% endfor %}
</head>
<body>
<div id="site">
<a id="subscribe" href="http://feeds.feedburner.com/UnethicalBlogger"><img src="/images/rss.png" alt="Subscribe to RSS Feed" /></a>
<div id="search_area" style="display: none">
<label for="search" style="display: none">Search</label>
<img src="http://www.famfamfam.com/lab/icons/silk/icons/cancel.png" alt="X"/>
<input id="search" />
</div>
<h1><a href="/">unethical blogger</a></h1>
<div class="clear"></div>
<div id="sidebar" class="vcard">
<h3>Me</h3>
<dl id="contact">
<dt>Name</dt>
<dd><a class="fn url" href="/">R. Tyler Croy</a> / <span class="nickname">agentdero</span></dd>
<dt>Email</dt>
<dd class="email"><a href="mailto:tyler@linux.com">tyler@linux.com</a></dd>
<dt>Company</dt>
<dd class="org"><a href="http://www.mylookout.com/">Lookout, Inc.</a></dd>
</dl>
<h3>And then some</h3>
<ul id="profiles">
<li><a href="http://identi.ca/agentdero">Identi.ca</a></li>
<li><a href="http://twitter.com/agentdero" class="aptureNoEnhance">Twitter</a></li>
<li><a href="http://github.com/rtyler">GitHub</a></li>
<li><a href="http://twitter.com/tylersdevdiary" class="aptureNoEnhance">Dev Diary</a></li>
<li><a href="http://amzn.com/w/2IYGI7NTW1MQO">Wishlist</a></li>
</ul>
<div class="adr">
<span class="locality">San Francisco</span>
<span class="region">CA</span>
<span class="postal-code"></span>
<span class="country-name">USA</span>
</div>
<div>
<a class="FlattrButton" style="display:none;" href="http://unethicalblogger.com" rev="flattr;button:compact;" ></a>
<noscript><a href="http://flattr.com/thing/315474/unethical-blogger" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr this" title="Flattr this" border="0" /></a></noscript>
</div>
{% unless page.title %}
<br/>
<h3>Recent Comments</h3>
<div id="dsq-recentcomments" class="dsq-widget">
<script
type="text/javascript"
src="http://disqus.com/forums/unethicalblogger/recent_comments_widget.js?num_items=4&avatar_size=24"></script>
</div>
{% endunless %}
<div>
<br/>
<a href="http://feedproxy.google.com/UnethicalBlogger"><img
src="http://feedproxy.google.com/~fc/UnethicalBlogger?bg=99CCFF&amp;fg=444444&amp;anim=0"
alt="Subscribe to the feed" title="Subscribe to the feed" width="88" height="26" /></a>
</div>
</div>
<div id="content">
{{ content }}
</div>
<div class="clear"></div>
</div>
{% for js in page.javascript %}
<script type="text/javascript" src="{{ js }}"></script>
{% endfor %}
{% include analytics.html %}
{% include flattr.html %}
{% include apture.html %}
</body>
</html>