Permalink
Switch branches/tags
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
42 lines (25 sloc) 1.12 KB
<!DOCTYPE html>
<html lang="en-us" class="no-js">
{% include head.html %}
<body class="blogpost">
{% include header/blogpost.html %}
<div class="wrap">
<article class="post-content constrained text-large">
{{ content }}
<footer class="content-footer">
<div class="share">
<a href="https://twitter.com/share" class="twitter-share-button" data-via="jglovier" data-size="large" data-related="jglovier">Tweet</a>
</div>
{% if page.hnlink %}
<p class="discussion-link"><a href="{{ page.hnlink }}">Discuss on Hacker News. &rarr;</a></p>
{% endif %}
{% if page.dnlink %}
<p class="discussion-link"><a href="{{ page.dnlink }}">Discuss on Designer News. &rarr;</a></p>
{% endif %}
</footer>
</article>
</div>
{% include next-article.html %}
{% include footer.html %}
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
{% include closing-tags.html %}