summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-20 23:13:09 -0500
commit6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch)
treec4655d32bc67fddf0dae94660d23e6d3db749367 /_layouts
parent53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff)
Working on some major changes
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html7
-rw-r--r--_layouts/post.html33
2 files changed, 20 insertions, 20 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index 587337a..c1839b1 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -75,7 +75,7 @@
<a class="projects" href="/projects/">Projects</a>
</div>
<div class="grid_blob">
- <a class="writing" href="/writing/">Writing</a>
+ <a class="posts" href="/posts/">Posts</a>
</div>
<div class="grid_blob">
<a class="github" href="https://github.com/benburwell" target="_blank">GitHub</a>
@@ -88,8 +88,9 @@
{{ content }}
</main>
<footer class="grid_wide">
- <p><a href="/">Ben</a> / <a href="mailto:hi@benburwell.com">Email</a> / <a href="/pgp/">PGP</a></p>
- <p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img width="80" height="15" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAAPCAIAAAD8q9/YAAAABGdBTUEAANbY1E9YMgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAISSURBVHjaYmAYYYARiP///z9SfMvIyAJhrdm0Glliz669M6fO7OjoKC8vx9Tm6up66tSptu5WcQlxIFdeVsHVyfXjh4+D3LeQeGXClHj54uXyxctx+RYIdu/ebWZmNrl/CoT74eOHwoLCoRLJWDy8fMkKYWFhXL6FAGBw3Lxxc8PajUD2x08fPHw8vH28h6qHL128lJ6eDmScPXtWWVkZmO6Bafj9+/dAEsgGigDFjY2NXVxcrl29BjWFiQnIRUs/EICcnDDZA+/hSxcvf/70GegfIDssLAzIALoPSHZ2dgL9+e7dO2DM37t3DygLFLxz+w48VQMTOWYJAQQQ78EZQBLIHkQe/vrlC5AUFBQERinQYxCfAxMwkK2kpAQUT0tLCw0NhRXxUKf//PmDkYURs5BA9h7EzwPrWywe5ubhAZJA3wL9BvQhMFYhxTKQC/QzULyiomLWrFloiZOdneP/n/94Ynjw5mE9fV1eXl6IP4ERu2fPHqCjgT4HsoGxLSQkBBSBZNczZ84oKitCdAnwCwArKvwxPLgaHsj1cF9X//Onz+/fv49HGzBETExMouOiA4L9gVxZabnmhuatW7YO8noYGPpYSunouKi3b98AoxSP5rKyMhVVZYhv+fkEdmzZMch9i69aArafUjNTKysr29vbsepxcna6fv16QUkBPD33T+gfbUsP0rb0SOssMQAEGAB0zfzj5yHE/QAAAABJRU5ErkJggg==" alt="Creative Commons Attribution License" title="Creative Commons Licensed"></a></p>
+ <div><a href="/">Ben</a> / <a href="/pgp/">PGP</a> / <a href="/theatre/">Theatre</a></div>
+ <div><a href="mailto:hi@benburwell.com">Email</a> / <a href="https://twitter.com/bburwell">Twitter</a> / <a href="https://ello.co/benburwell">Ello</a> / <a href="https://github.com/benburwell">GitHub</a></div>
+ <div><a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-BY</a></div>
</footer>
</div>
</body>
diff --git a/_layouts/post.html b/_layouts/post.html
index 2094b11..53a4999 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -6,27 +6,26 @@ layout: master
<h1>{{ page.title }}</h1>
- <div class="social-buttons">
-
- <!-- Twitter -->
- <a href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}&amp;text={{ page.title }}" onclick="window.open(this.href,
- '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-twitter">&#xe603;</span></a>
-
- <!-- Facebook -->
- <a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href,
- '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-facebook">&#xe602;</span></a>
-
- <!-- Google Plus -->
- <a href="https://plus.google.com/share?url=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href,
- '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-googleplus">&#xe601;</span></a>
+ <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div>
- <!-- Tumblr -->
- <a href="https://tumblr.com/share?s=&amp;v=3&amp;t={{ page.title | cgi_escape }}&amp;u=http%3A%2F%2Fwww.benburwell.com{{ page.url | cgi_escape }}" onclick="window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><span class="icon-tumblr">&#xe604;</span></a>
+ {{ content }}
+ {% if page.previous %}
+ <div class="grid_half">
+ <div class="arrow">&larr;</div>
+ <div><a class="post" href="{{ page.previous.url }}">{{ page.previous.title }}</a></div>
</div>
+ {% endif %}
- <div class="date">{{ page.date | date: "%A, %-d %B %Y" }}</div>
+ {% if page.next %}
+ <div class="grid_half right">
+ <div class="arrow">&rarr;</div>
+ <div><a class="post" href="{{ page.next.url }}">{{ page.next.title }}</a></div>
+ </div>
+ {% endif %}
- {{ content }}
+ {% for post in site.related_posts limit:3 %}
+ <a href="{{post.url}}">{{post.title}}</a>
+ {% endfor %}
</section>