120 lines
3.1 KiB
Plaintext
120 lines
3.1 KiB
Plaintext
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml" lang="$lang$" xml:lang="$lang$"$if(dir)$ dir="$dir$"$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" />
|
||
$for(author-meta)$
|
||
<meta name="author" content="$author-meta$" />
|
||
$endfor$
|
||
$if(date-meta)$
|
||
<meta name="dcterms.date" content="$date-meta$" />
|
||
$endif$
|
||
$if(keywords)$
|
||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
|
||
$endif$
|
||
$if(description-meta)$
|
||
<meta name="description" content="$description-meta$" />
|
||
$endif$
|
||
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
|
||
<style>
|
||
$styles.html()$
|
||
</style>
|
||
$for(css)$
|
||
<link rel="stylesheet" href="$css$" />
|
||
$endfor$
|
||
<link rel="shortcut icon" href="$targetDocroot$rho.ico">
|
||
$for(header-includes)$
|
||
$endfor$
|
||
$header-includes$
|
||
$if(math)$
|
||
$if(mathjax)$
|
||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
||
$endif$
|
||
$math$
|
||
$endif$
|
||
<!--[if lt IE 9]>
|
||
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
||
<![endif]-->
|
||
$if(sidebar)$
|
||
<style>
|
||
body {
|
||
max-width: 49em;
|
||
margin-left: 1em;
|
||
}
|
||
</style>
|
||
$endif$
|
||
</head>
|
||
<body>
|
||
<div class="logo-header">
|
||
<a href="$targetDocroot$manifesto/motivation.html">
|
||
<img src="$targetDocroot$pandoc_templates/logo.svg" id="logo-graphic" alt="logo">
|
||
<div style="height:18px;"></div>
|
||
<div id="Rhocoin"></div>
|
||
</a>
|
||
</div>
|
||
$for(include-before)$
|
||
$include-before$
|
||
$endfor$
|
||
$if(sidebar)$
|
||
$if(toc)$
|
||
<div style=" float:left;
|
||
width: 38.2%;
|
||
position: sticky;
|
||
height: calc(100vh - $banner_height$);
|
||
margin 0;
|
||
overflow: auto;
|
||
top: 0;">
|
||
<nav id="$idprefix$TOC" role="doc-toc">
|
||
$if(toc-title)$
|
||
<h2 id="$idprefix$toc-title">$toc-title$</h2>
|
||
$endif$
|
||
$table-of-contents$
|
||
</nav>
|
||
$if(misc_links)$
|
||
<div class="misc_links">
|
||
$misc_links$
|
||
</div>
|
||
$endif$
|
||
</div>
|
||
<div style="margin-left:39%;">
|
||
$endif$
|
||
$endif$
|
||
$if(title)$
|
||
<header id="title-block-header">
|
||
<h1 class="title">$title$</h1>
|
||
$if(subtitle)$
|
||
<p class="subtitle">$subtitle$</p>
|
||
$endif$
|
||
$endif$
|
||
$if(sidebar)$
|
||
$else$
|
||
$if(toc)$
|
||
<nav id="$idprefix$TOC" role="doc-toc">
|
||
$if(toc-title)$
|
||
<h2 id="$idprefix$toc-title">$toc-title$</h2>
|
||
$endif$
|
||
$table-of-contents$
|
||
</nav>
|
||
$endif$
|
||
$endif$
|
||
$if(abstract)$
|
||
<div class="myabstract">
|
||
<p><span class="bigbold">abstract:</span>
|
||
$abstract$
|
||
</div>
|
||
$endif$
|
||
$body$
|
||
$if(sidebar)$
|
||
</div>
|
||
$endif$
|
||
$for(include-after)$
|
||
$include-after$
|
||
$endfor$
|
||
$if(notmine)$
|
||
$else$
|
||
<p style="background-color: #ccffcc; font-size: 80%;"><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a> reaction.la gpg key 154588427F2709CD9D7146B01C99BB982002C39F<br />This work is licensed under the <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.</p>
|
||
$endif$
|
||
</body>
|
||
</html>
|