summaryrefslogtreecommitdiff
path: root/_layouts/page.liquid
diff options
context:
space:
mode:
authorAdam Carpenter <53hornet@gmail.com>2019-05-03 18:54:32 -0400
committerAdam Carpenter <53hornet@gmail.com>2019-05-03 18:54:32 -0400
commit689e85e78c106cefb6c83bcdbeae565d021d2e96 (patch)
tree2f96878c867040192f2722d94b9fe65aace1d1f1 /_layouts/page.liquid
parent77458c3f87eafc1d17f9ef47f9926e0a5a98ceac (diff)
downloadcobalt-site-689e85e78c106cefb6c83bcdbeae565d021d2e96.tar.xz
cobalt-site-689e85e78c106cefb6c83bcdbeae565d021d2e96.zip
Broke apart journal page elements, restored favicon.
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>