summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2015-05-11 16:43:35 -0400
committerBen Burwell <ben@benburwell.com>2015-05-11 16:43:35 -0400
commitdbf0fca03161fab7d5d9bdc142abeb2c6af75161 (patch)
treed64bcc5b5a52386d986556a760f7ccb6e34afbb3 /_layouts
parentde8f745817684a3cccbdaa0c17286792f07cbd24 (diff)
move social icons to top right
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index 6909f74..e5d0397 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -72,6 +72,10 @@
</head>
<body>
<header class="top-header print-hide">
+ <div class="social-icons" style="float:right;">
+ <a href="https://github.com/benburwell"><i class="fa fa-2x fa-github"></i></a>
+ <a href="https://twitter.com/bburwell"><i class="fa fa-2x fa-twitter"></i></a>
+ </div>
<nav>
<a class="" href="/">benburwell.com</a>
<a class="posts" href="/posts/">/posts</a>
@@ -82,11 +86,7 @@
{{ content }}
</main>
<footer class="print-hide">
- <div class="social-icons">
- <a href="https://github.com/benburwell"><i class="fa fa-2x fa-github"></i></a>
- <a href="https://twitter.com/bburwell"><i class="fa fa-2x fa-twitter"></i></a>
- </div>
- <div><a href="/license/">&copy; 2015</a> &bull; <a href="/privacy/">Privacy</a></div>
+ <div class="light-gray"><a href="/license/">&copy; 2015</a> &#149; <a href="/privacy/">Privacy</a></div>
</footer>
</body>
</html>