mirror of
https://github.com/Opvolger/Opvolger.git
synced 2025-04-19 03:24:58 -04:00
61 lines
No EOL
3.1 KiB
HTML
61 lines
No EOL
3.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="generator" content="pandoc">
|
|
$if(author)$<meta name="author" content="$author$">$endif$
|
|
$if(date)$<meta name="date" content="$date$">$endif$
|
|
$if(description)$<meta name="description" content="$description$">$endif$
|
|
$if(title)$<title>$title$</title>$endif$
|
|
<link rel="icon" href="/website-template/favicon.ico">
|
|
<!-- Bootstrap -->
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
|
|
<!-- Font-awesome -->
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
<!-- Styles -->
|
|
<link rel="stylesheet" href="/website-template/styles.css">
|
|
$for(header-includes)$
|
|
$header-includes$
|
|
$endfor$
|
|
</head>
|
|
<body>
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|
|
<div class="container">
|
|
$if(date)$<p class="date">$date$ - $author$</p>$endif$
|
|
<!-- $if(title)$<h1 class="title">$title$</h1>$endif$ -->
|
|
$if(toc)$
|
|
<div class="row">
|
|
<div class="col-xl-10">$body$</div>
|
|
<div class="d-none d-xl-block col-xl-2 bd-toc">
|
|
<ul class="section-nav">
|
|
<li class="toc-entry">$toc$</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
$else$$body$$endif$
|
|
</div>
|
|
$for(include-after)$
|
|
$include-after$
|
|
$endfor$
|
|
<!-- JS, Popper.js, and jQuery -->
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
|
|
<!-- Mathjax -->
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
|
|
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
|
|
<script>
|
|
/* Bootstrap styles to tables */
|
|
function bootstrapStylePandocTables() {
|
|
$$('tr.header').parent('thead').parent('table').addClass('table table-condensed'); }
|
|
$$(document).ready(function () { bootstrapStylePandocTables(); });
|
|
/* Adjust the height when click the toc */
|
|
var shiftWindow = function() { scrollBy(0, -60) };
|
|
window.addEventListener("hashchange", shiftWindow);
|
|
function load() { if (window.location.hash) shiftWindow(); }
|
|
</script>
|
|
</body>
|
|
</html> |