aboutsummaryrefslogtreecommitdiff
path: root/templates/default.tpl
blob: 7c59496f5baa3635c98ff5f78cd3bf7c4d660cd9 (plain)
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
<!doctype html>
<html>
	<head>
        <link rel="Stylesheet" type="text/css" href="%root_path%style.css" />
        <title>%title%</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<style>
		footer {
			font-size: 80%;
			color: gray;
		}
		</style>
	</head>
	<body>
		<div class="content">
			%content%
		</div>
		<hr/>
		<footer>
		Page generated on %date% |
		<a href="http://git.hornquist.se/vimwiki/tree/%wiki_path%">Git</a> |
		<a href="http://git.hornquist.se/vimwiki/plain/%wiki_path%">Plain</a>
		</footer>
	</body>
</html>