Initial release
This commit is contained in:
11
_layouts/default.html
Normal file
11
_layouts/default.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<nav>{% include nav.html %}</nav>
|
||||
<div class="wrapper">
|
||||
<main>{{ content }}</main>
|
||||
<footer>{% include footer.html %}</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user