init
This commit is contained in:
15
_layouts/base.html
Normal file
15
_layouts/base.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{page.lang | default:"en"}}">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
{% include header.html %}
|
||||
{{ content
|
||||
| replace: '<!--qed-->', ' <span class=qed>∎</span>'
|
||||
| replace: '\=\>', '⇒'
|
||||
}}
|
||||
{% include footer.html %}
|
||||
{% include google_analytics.html %}
|
||||
<!-- Page generated {{ site.time }} -->
|
||||
<!-- Page ID {{ page.id }} -->
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user