summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html
index c24781f..bca626e 100644
--- a/index.html
+++ b/index.html
@@ -6,5 +6,9 @@ title: Ben Burwell
<section class="about">
<p class="portrait"></p>
<h1>Ben Burwell</h1>
- <p>Passionate about kerning &amp; 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 &amp; coffee.</p>
+
+ {% for post in site.posts limit:1 %}
+ <p><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p>
+ {% endfor %}
</section>