hakyll/web/templates/default.html

58 lines
2.2 KiB
HTML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
2011-02-12 14:16:42 +00:00
<title>Hakyll - $title$</title>
<!-- Stylesheets. -->
2011-02-12 14:16:42 +00:00
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="stylesheet" type="text/css" href="/css/syntax.css" />
<!-- Metadata. -->
<meta name="keywords" content="hakyll,static site generator,static,site,generator,haskell,blog"/>
<meta name="description" content="Hakyll - A Static Site Generator in Haskell."/>
</head>
<body>
<div id="main">
<div id="header">
2011-02-12 14:16:42 +00:00
<img src="/images/lambda.png" alt="lambda" />
2011-06-13 16:26:04 +00:00
Hakyll - $title$
</div>
<!-- Sidebar. -->
<div id="sidebar">
2012-02-22 13:12:51 +00:00
<h1>Navigation</h1>
2011-02-12 14:16:42 +00:00
$sidebar$
2011-05-29 10:12:05 +00:00
<!-- Flattr button -->
2012-02-22 13:12:51 +00:00
<h1>Donate</h1>
<a href="http://flattr.com/thing/291889/Hakyll" target="_blank">
<img src="http://api.flattr.com/button/flattr-badge-large.png"
alt="Flattr this" title="Flattr this" border="0" /></a>
</div>
<div id="content">
2011-02-12 14:16:42 +00:00
$body$
</div>
<div id="footer">
Site proudly generated by <a href="http://github.com/jaspervdj/hakyll">hakyll</a>.
</div>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
2011-06-16 09:49:48 +00:00
var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');
document.write(unescape('%3Cscript src=\'' + gaJsHost + 'google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E'));
</script>
<script type="text/javascript">
try {
2011-06-16 09:49:48 +00:00
var pageTracker = _gat._getTracker('UA-11993001-1');
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>