4 <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}
</title>
6 {% include meta.html %}
9 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12 <link rel=
"stylesheet" type=
"text/css" href=
"{{ site.baseurl }}/style.css" />
13 <link rel=
"alternate" type=
"application/rss+xml" title=
"{{ site.name }} - {{ site.description }}" href=
"{{ site.baseurl }}/feed.xml" />
15 <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
19 <div class=
"wrapper-masthead">
20 <div class=
"container">
21 <header class=
"masthead clearfix">
22 <a href=
"{{ site.baseurl }}/" class=
"site-avatar"><img src=
"{{ site.avatar }}" /></a>
24 <div class=
"site-info">
25 <h1 class=
"site-name"><a href=
"{{ site.baseurl }}/">{{ site.name }}
</a></h1>
26 <p class=
"site-description">{{ site.description }}
</p>
30 <a href=
"{{ site.baseurl }}/">Blog
</a>
31 <a href=
"{{ site.baseurl }}/about">About
</a>
37 <div id=
"main" role=
"main" class=
"container">
41 <div class=
"wrapper-footer">
42 <div class=
"container">
43 <footer class=
"footer">
44 {% include svg-icons.html %}
49 {% include analytics.html %}