summaryrefslogtreecommitdiff
path: root/_layouts/blog.html
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-12-19 20:34:17 -0500
committerBen Burwell <ben@benburwell.com>2015-12-19 20:34:17 -0500
commit7bc8ea07e5116fa2e60a2b7e4aeebcbbaa1280c8 (patch)
treeb1e3effc0c74942de46bce344478db22a82e65cc /_layouts/blog.html
parent721db70654abfd16ebdc9e96c9593749d0a67b78 (diff)
Major UI update to monokai style
Diffstat (limited to '_layouts/blog.html')
-rw-r--r--_layouts/blog.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/_layouts/blog.html b/_layouts/blog.html
index feda43c..9f15d01 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -2,19 +2,12 @@
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>
+ <h1><a href="../">../</a></h1>
</header>
<main>
{{ content }}
</main>
<footer>
- <a href="/license/">&copy; 2015</a> &bull; <a href="/privacy/">Privacy</a>
+ <p><a href="/">about</a> ~ <a href="/posts/">posts</a> ~ <a href="/projects/">projects</a> ~ <a href="https://github.com/benburwell">github</a></p>
+ <p><a href="/license/">&copy; 2015</a> ~ <a href="/privacy/">privacy</a></p>
</footer>