hakyll/web/templates/default.html

70 lines
2.9 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>
2013-01-13 20:46:25 +00:00
<!-- Fork me on Github -->
<a href="https://github.com/jaspervdj/hakyll"><img style="position: absolute; top: 0; right: 0; border: 0; margin: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<div id="main">
<div id="header">
2013-01-13 20:46:25 +00:00
<a href="/">
<img src="/images/lambda.png" alt="lambda" />
Hakyll
</a>
</div>
<!-- Sidebar. -->
<div id="sidebar">
2012-02-22 13:12:51 +00:00
<h1>Navigation</h1>
2012-12-05 15:54:57 +00:00
<a href="/index.html">home</a>
<a href="/tutorials.html">tutorials</a>
2014-12-01 10:10:40 +00:00
<a href="/libraries.html">libraries</a>
2012-12-05 15:54:57 +00:00
<a href="/reference.html">reference</a>
<a href="/about.html">about</a>
<a href="/tutorials/faq.html">faq</a>
<a href="/examples.html">examples</a>
2013-01-20 08:35:39 +00:00
<a href="/releases.html">releases</a>
<a href="/hakyll3">Hakyll 3.X</a>
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>