disinclined.org
/
git
/
disinclined.org.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update minimax submodule
[disinclined.org.git]
/
_layouts
/
default.html
1
<!DOCTYPE
html
>
2
<html
lang
=
"{{ page.lang | default: site.lang | default: "
en
" }}"
>
3
4
{%- include head.html -%}
5
6
<body
onload
=
"return typeof highlight == 'function' ? highlight() : true"
>
7
8
<main>
9
<div
id
=
"wrapper"
>
10
{%- include header.html %}
11
{{ content }}
12
</div>
13
</main>
14
15
</body>
16
17
</html>