Child Theme Modifications for Micro.blog

Manton launched Micro.blog this past week, and as a Kickstarter backer I received my invitation (you can fine me at jeff)!

In order to validate an externally-hosted micro blog, like the one I host on this site, Micro.blog requires a rel="me" header link:

<head>
  <link href="https://micro.blog/jeff" rel="me" />
  ...
</head>

I’ve modified my WordPress Child Theme to include this link; here’s the commit.