Git init
This commit is contained in:
18
_layouts/default.html
Normal file
18
_layouts/default.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" data-baseurl="{{site.baseurl}}">
|
||||
{% include svg.html %}
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body>
|
||||
{% include header.html %}
|
||||
|
||||
<main class="wrapper">
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
{% include footer.html %}
|
||||
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user