Structural template
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
71fe7f2571
commit
98f098e4a3
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>
|
Loading…
x
Reference in New Issue
Block a user