|
|
|
@ -2,9 +2,9 @@
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<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/topicformat.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/topicformat.css" />
|
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
|
</head>
|
|
|
|
|