diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-12-20 23:13:09 -0500 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-20 23:13:09 -0500 |
commit | 6fa536f3268bf7bd4fd85df7fa78fbc4c67eaaa1 (patch) | |
tree | c4655d32bc67fddf0dae94660d23e6d3db749367 /index.html | |
parent | 53109fa5e1404c0f5cd4328135f5b5fd7c88b555 (diff) |
Working on some major changes
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6,5 +6,9 @@ title: Ben Burwell <section class="about"> <p class="portrait"></p> <h1>Ben Burwell</h1> - <p>Passionate about kerning & coffee. I’m available for <a href="/assets/pdf/Ben_Burwell_Resume.pdf">freelance work</a> on a limited basis; if you’re interested in hiring me for your project, please <a href="mailto:hi@benburwell.com">get in touch</a>.</p> + <p>Software engineer, student, hacker. Passionate about kerning & coffee.</p> + + {% for post in site.posts limit:1 %} + <p><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p> + {% endfor %} </section> |