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

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

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

Loading…
Cancel
Save