summaryrefslogtreecommitdiff
path: root/template.html5
blob: 617e50436996ef584a85b816df501d22deb4fffb (plain) (blame)
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
31
32
33
<!DOCTYPE html><html$if(lang)$ lang="$lang$"$endif$>
<head><meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="$depth$/unsemantic.css"/>
<link rel="stylesheet" href="$depth$/theme.css" />
<link href='http://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'> 
$for(author-meta)$<meta name="author" content="$author-meta$">$endfor$
$if(date-meta)$<meta name="dcterms.date" content="$date-meta$">$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
$if(highlighting-css)$<style type="text/css">$highlighting-css$</style>$endif$
$for(css)$<link rel="stylesheet" href="$css$">$endfor$
$if(math)$$math$$endif$
$for(header-includes)$$header-includes$$endfor$
</head><body $if(isa)$class="$isa$"$endif$>
    <div id="wrapper"><header role="banner" class="grid-container">
    <div class="grid-100"><h1>Spore - REST in pace since 2008</h1>
</div></header>
  <main role="main" class="grid-container">
  <div class="grid-20">
      <section>$for(include-before)$$include-before$$endfor$</section>
      $if(toc)$<nav id="$idprefix$TOC">$toc$</nav>$endif$
<img src="$depth$/logos/hackers.svg"/>
<a href="http://mongueurs.net/"><img src="http://mongueurs.net/img/logo_100x100_idx.png" alt="Perl, what else?" title="powered by perl" /></a>
<a href="$depth$/atom.xml"><img src="http://upload.wikimedia.org/wikipedia/en/4/43/Feed-icon.svg" alt="[Valid Atom 1.0]" title="my atom" id="atomLink" /></a> 
<a href="http://validator.w3.org/feed/check.cgi?url=http%3A//eiro.github.io/atom.xml"><img src="http://validator.w3.org/feed/images/valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a>
  </div>
<div class="grid-80">$if(title)$<h1>$title$</h1>$endif$
    <section class="content"
    >$body$<span class="dynamic-px-width"></span></section></div> 
  </main>
</div> 
</body></html>