Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…
| <!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. →</a></p> | |
| {% endif %} | |
| {% if page.dnlink %} | |
| <p class="discussion-link"><a href="{{ page.dnlink }}">Discuss on Designer News. →</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 %} |