diff options
author | Ben Burwell <bburwell1@gmail.com> | 2014-12-27 16:42:05 -0500 |
---|---|---|
committer | Ben Burwell <bburwell1@gmail.com> | 2014-12-27 16:42:05 -0500 |
commit | 3b563b3b82f4b4f20e66e1f9aea6dc16a08fc802 (patch) | |
tree | d2a1ee43c5c7cd74bd0ad98b5ab76899788bcf49 /index.html | |
parent | a2bf1568d77fb8644bd65b8d2edeacd1e34dc7f8 (diff) |
Clean up markup & styles
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ --- layout: master -title: Ben Burwell +title: Ben Burwell - Software Engineer --- -<section class="about"> +<section itemscope itemtype="http://schema.org/Person" class="about"> <p class="portrait"></p> - <h1>Ben Burwell</h1> - <p>Software engineer, student, hacker. Passionate about kerning & coffee.</p> + <h1 itemprop="name">Ben Burwell</h1> + <p itemprop="description" class="center">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> + <p class="center"><i>Latest post:</i> <a href="{{ post.url }}">{{ post.title }}</a></p> {% endfor %} </section> |