summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-11-14 14:38:28 -0500
committerBen Burwell <ben@benburwell.com>2015-11-14 14:38:28 -0500
commit0d9ce29b25327f8b31040a7d945121ceaef6dc0d (patch)
treec4dfa0ab427ddd0c97c8c398a07670d820e6474f /_layouts/blog.html
parentce236fec927e1ca7991588a374607e53172844e6 (diff)
parentf20aae71dca254e6818632821fb19617985e1cf5 (diff)
Merge pull request #8 from benburwell/redesign
Site redesign (again)
Diffstat (limited to '_layouts/blog.html')
-rw-r--r--_layouts/blog.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html
new file mode 100644
index 0000000..feda43c
--- /dev/null
+++ b/_layouts/blog.html
@@ -0,0 +1,20 @@
+---
+layout: master
+---
+<header>
+ <div class="left column">
+ <a href="/">benburwell.com</a>
+ <a href="/posts/">posts</a>
+ <a href="/projects/">projects</a>
+ </div>
+ <div class="right column">
+ <a href="https://github.com/benburwell"><i class="lg-icon icon-github"></i></a>
+ <a href="https://twitter.com/bburwell"><i class="lg-icon icon-twitter"></i></a>
+ </div>
+</header>
+<main>
+ {{ content }}
+</main>
+<footer>
+ <a href="/license/">&copy; 2015</a> &bull; <a href="/privacy/">Privacy</a>
+</footer>