This commit is contained in:
2019-11-14 17:43:12 -08:00
commit 228697c326
13 changed files with 490 additions and 0 deletions

12
_includes/bodyfooter.html Normal file
View File

@@ -0,0 +1,12 @@
<small>
<p>
This is a project by Jeffrey Paul
&lt;<a href="mailto:sneak@sneak.berlin">sneak@sneak.berlin></a>&gt;
</p>
<p>
<a href="https://github.com/sneak/consoledonottrack.com">
https://github.com/sneak/consoledonottrack.com
</a>
</p>
</small>

8
_includes/head.html Normal file
View File

@@ -0,0 +1,8 @@
<meta charset="UTF-8">
<title>{{ site.title | strip_html}}{% if page.title %}: {{ page.title | strip_html }}{% endif %}</title>
<link rel="stylesheet" href="{{base}}s/css/pygments.css">
<link rel="stylesheet" href="{{base}}s/css/hel.css">
<link rel="stylesheet" href="{{base}}s/font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="{{base}}s/css/bootstrap-3.3.5.min.css">
<link rel="stylesheet" href="{{base}}s/css/local.css">
<meta name="author" content="{{ site.author }}">