initial
This commit is contained in:
5
_includes/bodyfooter.html
Normal file
5
_includes/bodyfooter.html
Normal file
@@ -0,0 +1,5 @@
|
||||
This info page is maintained by <a
|
||||
href="https://sneak.berlin">@sneak</a>.
|
||||
<br/>
|
||||
Built from Git revision <code>{% include gitrev.html %}</code> at <code>{{
|
||||
site.time }}</code>.
|
||||
1
_includes/gitrev.html
Normal file
1
_includes/gitrev.html
Normal file
@@ -0,0 +1 @@
|
||||
acc76543
|
||||
3
_includes/head.html
Normal file
3
_includes/head.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<title>{{ site.title | strip_html}}{% if page.title %}: {{ page.title | strip_html }}{% endif %}</title>
|
||||
<link rel="stylesheet" href="/s/css/bootstrap-3.3.5.min.css">
|
||||
<link rel="stylesheet" href="/s/css/main.css">
|
||||
2
_includes/javascripts.html
Normal file
2
_includes/javascripts.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<script src="/s/js/jquery-2.1.4.min.js" defer></script>
|
||||
<script src="/s/js/bootstrap-3.3.5.min.js" defer></script>
|
||||
Reference in New Issue
Block a user