summaryrefslogtreecommitdiff
path: root/_layouts/index.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/index.liquid')
-rw-r--r--_layouts/index.liquid13
1 files changed, 6 insertions, 7 deletions
diff --git a/_layouts/index.liquid b/_layouts/index.liquid
index 1b124c3..744b08e 100644
--- a/_layouts/index.liquid
+++ b/_layouts/index.liquid
@@ -7,12 +7,11 @@
<body>
<!-- begin hero -->
- <section class="
- hero
- is-primary
- is-fullheight
- is-fullheight-with-navbar
- ">
+ <section class="hero
+ is-primary
+ is-fullheight
+ is-fullheight-with-navbar
+ ">
<!-- begin hero head -->
<div class="hero-head">
{% include "nav.liquid" %}
@@ -57,6 +56,6 @@
<footer class="footer">
{% include "footer.liquid" %}
</footer>
- </body>
+ </body>
</html>