Structural template
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
16
_layouts/default.html
Normal file
16
_layouts/default.html
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
layout: compress
|
||||||
|
---
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
{% include head.html %}
|
||||||
|
|
||||||
|
<body>
|
||||||
|
{{ content }}
|
||||||
|
|
||||||
|
{% include javascript.html %}
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
Reference in New Issue
Block a user