initial
This commit is contained in:
11
_layouts/base.html
Normal file
11
_layouts/base.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<body>
|
||||
<head>
|
||||
{% include head.html %}
|
||||
</head>
|
||||
<body>
|
||||
{{ content }}
|
||||
{% include javascripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
9
_layouts/page.html
Normal file
9
_layouts/page.html
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
layout: base
|
||||
---
|
||||
<section id="page" class="container">
|
||||
{{ content }}
|
||||
</section>
|
||||
<footer id="bodyfooter">
|
||||
{% include bodyfooter.html %}
|
||||
</footer>
|
||||
Reference in New Issue
Block a user