16 lines
812 B
HTML
16 lines
812 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<title>{% block title %}{{ SITENAME }}{%endblock%}</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/style.css" type="text/css" />
|
|
<link href="{{ SITEURL }}/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
|
|
</head>
|
|
<body>
|
|
{% block content %} {% endblock %}
|
|
|
|
<div class="copyright info vcard">Design by <a class="fn url"
|
|
href="http://martyalchin.com">Marty Alchin</a>, <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/us/">some rights reserved</a>. Powered by <a href="http://alexis.notomyidea.org/pelican/">pelican</a></div>
|
|
</body>
|
|
</html>
|