summaryrefslogtreecommitdiff
path: root/_layouts/post.liquid
diff options
context:
space:
mode:
authorAdam Carpenter <53hornet@gmail.com>2019-04-28 12:55:33 -0400
committerAdam Carpenter <53hornet@gmail.com>2019-04-28 12:55:33 -0400
commit0c27b8b3de2ed40705f1b229f07d19350243e0fc (patch)
tree6e268f957401da1123fc4d0b9b9e9752347da086 /_layouts/post.liquid
parentb4faf0488006c76cc46fac25f089771f965b39f5 (diff)
parent8ca0649687f4e6a352e081e992c80c90098e9074 (diff)
downloadcobalt-site-0c27b8b3de2ed40705f1b229f07d19350243e0fc.tar.xz
cobalt-site-0c27b8b3de2ed40705f1b229f07d19350243e0fc.zip
Merge branch 'construction' of gitlab.com:53hornet/cobalt-site into construction
Diffstat (limited to '_layouts/post.liquid')
-rw-r--r--_layouts/post.liquid9
1 files changed, 4 insertions, 5 deletions
diff --git a/_layouts/post.liquid b/_layouts/post.liquid
index 54bf211..382f17d 100644
--- a/_layouts/post.liquid
+++ b/_layouts/post.liquid
@@ -1,10 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{ page.title }}</title>
- <link rel="stylesheet" href="/bulma.css">
+ {% include "head.liquid" %}
</head>
<body>
@@ -67,7 +64,9 @@
</section>
<!-- end main content -->
- {% include "footer.liquid" %}
+ <footer class="footer">
+ {% include "footer.liquid" %}
+ </footer>
</body>
</html>