master
E.zn 4 years ago
parent 44d0024c97
commit 86177862c8

@ -15,10 +15,7 @@ body{
font-size: 28px;
}
h1 {
font-family: Roboto Mono;
font-size: 40px;
color: #371F10;
.eventdate {
margin-top: 1%;
}

@ -3,13 +3,14 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<title>Timeline</title>
<title>{{ page.name }}</title>
</head>
<body>
<div class="pagetitle">Timeline</div>
<div id="body">{{ body|safe }}</div>
<h1>{{ page.name }}</h1>
<div id="body">{{ body|safe }}</div>
</body>
</html>

Loading…
Cancel
Save