|
|
@ -3,7 +3,7 @@
|
|
|
|
<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"/>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>
|
|
|
|
<link rel="stylesheet" href="{{ staticpath }}/static/index.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'>
|
|
|
|
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
|
|
|
|
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
|
<title>{{ page.name }}</title>
|
|
|
@ -113,3 +113,4 @@ for (var i = 0; i < btns.length; i++) {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|