diff options
Diffstat (limited to '_layouts/blog.html')
-rw-r--r-- | _layouts/blog.html | 20 |
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/">© 2015</a> • <a href="/privacy/">Privacy</a> +</footer> |