initial commit, add Publish, add minimal theme, add content
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
|
||||
{% include head.html %}
|
||||
|
||||
<body class="{{ page.layout }}{% if page.url == '/' %} home{% endif %}">
|
||||
|
||||
{% include nav/navigation.html %}
|
||||
|
||||
<main class="container py-3">
|
||||
{% include header.html %}
|
||||
{{ content }}
|
||||
</main>
|
||||
|
||||
<footer class="container-fluid py-3">
|
||||
{% include pagination.html %}
|
||||
{% include scripts.html %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user