summaryrefslogtreecommitdiff
path: root/_layouts/page.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/page.liquid')
-rw-r--r--_layouts/page.liquid7
1 files changed, 2 insertions, 5 deletions
diff --git a/_layouts/page.liquid b/_layouts/page.liquid
index 1c5cd99..28e8e20 100644
--- a/_layouts/page.liquid
+++ b/_layouts/page.liquid
@@ -6,10 +6,7 @@
<body>
<!-- begin hero -->
- <section class="
- hero
- is-primary
- ">
+ <section class="hero is-primary">
<!-- begin hero head -->
<div class="hero-head">
{% include "nav.liquid" %}
@@ -54,6 +51,6 @@
<footer class="footer">
{% include "footer.liquid" %}
</footer>
- </body>
+ </body>
</html>