initial commit
This commit is contained in:
17
_layouts/minimal.html
Normal file
17
_layouts/minimal.html
Normal file
@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
{% include head.html full = false %}
|
||||
|
||||
<body>
|
||||
|
||||
<div role="main" class="container main-content">
|
||||
{{ content }}
|
||||
</div>
|
||||
|
||||
{% include footer-minimal.html %}
|
||||
|
||||
{% include footer-scripts.html full = false %}
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user