2016-04-05 18:38:01 +00:00
|
|
|
<!DOCTYPE html>
|
2017-01-08 11:15:22 +00:00
|
|
|
<html lang="en-us">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>{{ page.title | default: site.title }}</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="theme-color" content="#157878">
|
|
|
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
|
|
|
</head>
|
2016-04-06 16:15:42 +00:00
|
|
|
<body>
|
2017-01-28 13:40:16 +00:00
|
|
|
{% include datacoopbanner.html %}
|
2017-01-08 11:15:22 +00:00
|
|
|
<section class="page-header">
|
|
|
|
<h1 class="project-name"><a href="/">{{ site.title }}</a></h1>
|
|
|
|
<h2 class="project-tagline">{{ site.description }}</h2>
|
|
|
|
<small class="project-torlink">The site is also available as a <a href="http://mjfjbs3547exsy6r.onion">Tor hidden service</a></small>
|
|
|
|
{% include nav.html %}
|
|
|
|
</section>
|
|
|
|
<section class="main-content">
|
2016-04-06 11:01:28 +00:00
|
|
|
{{ content }}
|
2017-01-08 11:15:22 +00:00
|
|
|
|
2017-01-08 11:30:46 +00:00
|
|
|
{% include footer.html %}
|
2017-01-08 11:15:22 +00:00
|
|
|
</section>
|
2016-04-06 16:15:42 +00:00
|
|
|
</body>
|
|
|
|
</html>
|