-
Notifications
You must be signed in to change notification settings - Fork 2
/
template.html
115 lines (108 loc) · 2.9 KB
/
template.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!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">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
$if(author)$
<meta name="author" content="$for(author)$$author.name$$sep$, $endfor$">
$endif$
$if(date-meta)$
<meta name="dcterms.date" content="$date-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<link rel="stylesheet" href="../css/bootstrap.min.css">
<link rel="stylesheet" href="../css/font-awesome.min.css">
<link rel="stylesheet" href="../css/bootstrap-vzg.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$if(math)$
$math$
$endif$
$for(header-includes)$
$header-includes$
$endfor$
</head>
<body>
$for(include-before)$
$include-before$
$endfor$
<div class="container">
<h2>
$title$
$if(series)$
<small>$series$ $number$</small>
$endif$
</h2>
$for(author)$
<div class="author">
<div>
$author.name$
$if(author.email)$<$author.email$>$endif$
</div>
<div>
$if(author.affiliation)$$author.affiliation$$endif$
</div>
</div>
$endfor$
<p>
$if(date)$
<div>$date$</div>
$endif$
$if(doi)$
<div>DOI: <a href="https://dx.doi.org/$doi$">$doi$</a> (PDF)</div>
$endif$
$if(license)$
<div>$license$</div>
$endif$
</p>
$if(toc)$
<nav id="$idprefix$TOC">
$toc$
</nav>
$endif$
$body$
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-10 text-muted">
coli-conc is a project of the head office of GBV –
<a href="https://www.gbv.de/">Verbundzentrale des GBV (VZG)</a>
– funded by German Research Foundation (DFG)
</div>
<div class="col-md-2 text-right text-muted">
<i class="fa fa-twitter"></i>
<a href="https://twitter.com/coli_conc" title="follow @coli_conc at twitter">
@coli_conc
</a>
</div>
</div>
<div class="row">
<div class="col-md-10 text-muted">
</div>
$if(source)$
<div class="col-md-2 text-right text-muted">
<i class="fa fa-github"></i>
<a href="https://github.com/gbv/coli-conc-tr/blob/master/$source$">source</a>
</div>
$endif$
</div>
</div>
</footer>
<!-- Placed at the end of the document so the pages load faster -->
<script src="../js/jquery.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
</body>
</html>