summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
committerBen Burwell <bburwell1@gmail.com>2014-12-22 21:43:59 -0500
commita2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (patch)
treee5d4305522ff044257148facc70231906cfa09d7 /index.html
parentc1204b0ec508038a6799b594802477ce21c409de (diff)
parentced87d4c3a3331012c93a7a92c2788023dbe6c30 (diff)
Merge pull request #1 from benburwell/a-new-look
Some new styles
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>