summaryrefslogtreecommitdiff
path: root/provider/templates/default.html
blob: 7933f0e9a1142e602df4177a8b1cbc0cdffbe0c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html$if(lang)$ lang="$lang$"$endif$>
<head>
  <meta charset="utf-8">
  <meta name="generator" content="pandoc">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
  <title>$if(title)$$title$$endif$</title>
  <style type="text/css">code{white-space: pre;}</style>
  <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <link rel="stylesheet" href="/css/default.css">
  <link rel="stylesheet" href="/css/math.css">
  <link rel="stylesheet" href="/css/syntax.css">
  $if(rss)$<link rel="alternate" type="application/atom+xml" href="$rss$" title="Atom 1.0">$endif$
</head>
<body>
<header>
  <h1 class="title"><a href="/" title="dirty-haskell.org">dirty-haskell.org</a>$if(title)$: $title$$endif$</h1>
  <h2 class="subtitle">It's not crazy — it's having fun with types.</h2>
  <ul class="links">$if(repo)$<li><a href="$repo$">Code repository</a></li>$endif$$if(base)$<li><a href="$base$">Base file</a></li>$endif$</ul>
</header>
$body$
<footer>
  $if(published)$<p class="info">Published $published$</p>$endif$
  $if(tagList)$<ul class="tags">$tagList$</ul>$endif$
  <p>Send comments and other mail to <a href="mailto:blog@dirty-haskell.org">blog@dirty-haskell.org</a>. To learn how to receive other's comments send mail to <a href="mailto:blog+help@dirty-haskell.org">blog+help@dirty-haskell.org</a>.</p>
</footer>
</body>
</html>