edited contents of <title> and <h1>

master
ioanatomici 4 years ago
parent 1d315a534c
commit ed660b71e7

@ -4,10 +4,11 @@
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
<title>{{ page.name }}</title>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<title>Timeline</title>
</head>
<body>
<h1>{{ page.name }}</h1>
<h1>Timeline</h1>
<div id="body">{{ body|safe }}</div>
</body>

Loading…
Cancel
Save