methods / default.html5on commit [methods] re-render methods notes (1dadb9e)
   1<!DOCTYPE html>
   2<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$endif$>
   3<head>
   4  <meta charset="utf-8" />
   5  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
   6$for(author-meta)$
   7  <meta name="author" content="$author-meta$" />
   8$endfor$
   9$if(date-meta)$
  10  <meta name="dcterms.date" content="$date-meta$" />
  11$endif$
  12$if(keywords)$
  13  <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
  14$endif$
  15  <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$ | lorimer.id.au</title>
  16  <style type="text/css">
  17      code{white-space: pre-wrap;}
  18      span.smallcaps{font-variant: small-caps;}
  19      span.underline{text-decoration: underline;}
  20      div.column{display: inline-block; vertical-align: top; width: 50%;}
  21      span.sitenav{float:right;}
  22      p.navbar{padding: 1em 0em;}
  23$if(quotes)$
  24      q { quotes: "“" "”" "‘" "’"; }
  25$endif$
  26  </style>
  27$if(highlighting-css)$
  28  <style type="text/css">
  29$highlighting-css$
  30  </style>
  31$endif$
  32$for(css)$
  33  <link rel="stylesheet" href="$css$">
  34$endfor$
  35$if(math)$
  36  $math$
  37$endif$
  38  <!--[if lt IE 9]>
  39    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  40  <![endif]-->
  41$for(header-includes)$
  42  $header-includes$
  43$endfor$
  44</head>
  45<body>
  46$for(include-before)$
  47$include-before$
  48$endfor$
  49<header>
  50$if(title)$
  51<h1 class="title">$title$</h1>
  52$if(subtitle)$
  53<p class="subtitle">$subtitle$</p>
  54$endif$
  55<p class="navbar">
  56<span class="author"><a href="http://lorimer.id.au">Andrew Lorimer</a></span>
  57<span class="sitenav"><a href="http://lorimer.id.au">home</a> // <a href="blog.html">blog</a> // <a href="photos.html">photos</a> // <a href="about.html">about</a></span>
  58</p>
  59<hr />
  60</header>
  61$endif$
  62$if(toc)$
  63<nav id="$idprefix$TOC">
  64$table-of-contents$
  65</nav>
  66$endif$
  67$body$
  68$for(include-after)$
  69$include-after$
  70$endfor$
  71<hr />
  72$if(footer)$
  73$else$
  74<footer>
  75<p>
  76$author$
  77$if(date)$
  78$if(author)$
  79//
  80$endif$
  81$endif$
  82$date$
  83</p>
  84<p><a href="http://lorimer.id.au">home</a> // <a href="blog.html">blog</a> // <a href="photos.html">photos</a> // <a href="about.html">about</a></p>
  85</footer>
  86$endif$
  87</body>
  88</html>