Style in two spaces
This commit is contained in:
parent
5c2f1a8009
commit
c687de978a
@ -8,15 +8,19 @@ layout: compress
|
|||||||
{% include head.html %}
|
{% include head.html %}
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main class="wrapper">
|
<main class="wrapper">
|
||||||
{% include header.html %}
|
<nav class="navigation">
|
||||||
|
{% include header.html %}
|
||||||
|
</nav>
|
||||||
|
|
||||||
<div class="content">
|
<div class="content">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include footer.html %}
|
<footer class="footer">
|
||||||
</main>
|
{% include footer.html %}
|
||||||
|
</footer>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user