|
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
10 | 10 | <title>Matt Swanson - {{ page.title }}</title>
|
11 | 11 | <meta name="author" content="Matt Swanson" />
|
12 |
| - <meta name="description" content="blog posts, talks, book writeups and projects by a software engineer in Indiana" /> |
| 12 | + <meta name="description" content="blog posts, talks, book writeups and projects by a software engineer from Indiana" /> |
13 | 13 | <link rel="canonical" href="http://mdswanson.com{{ page.url | replace:'index.html','' }}" />
|
14 | 14 |
|
15 |
| - <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css"> |
| 15 | + <link href="//fonts.googleapis.com/css?family=Nunito:400,700,300" rel="stylesheet" type="text/css"> |
| 16 | + <link href="//fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet" type="text/css"> |
16 | 17 | <link rel="shortcut icon" href="/static/favicon.png">
|
17 | 18 | <link rel="alternate" type="application/rss+xml" title="Matt Swanson" href="{{site.baseurl}}/atom.xml" />
|
18 | 19 |
|
19 | 20 | {% if site.github %}
|
20 |
| - <link rel="stylesheet" href="/css/all.css?sha={{ site.github.build_revision }}"> |
| 21 | + <link rel="stylesheet" href="/css/site.css?sha={{ site.github.build_revision }}"> |
21 | 22 | {% else %}
|
22 |
| - <link rel="stylesheet" href="/css/all.css"> |
| 23 | + <link rel="stylesheet" href="/css/site.css"> |
23 | 24 | {% endif %}
|
24 | 25 | </head>
|
25 | 26 | <body>
|
26 |
| - <div class="container"> |
27 |
| - <div class="four columns sidebar"> |
| 27 | + <!--<section> |
| 28 | + <aside> |
28 | 29 | {% include sidebar.html %}
|
29 |
| - </div> |
| 30 | + </aside> |
30 | 31 |
|
31 |
| - <div class="eleven columns content"> |
| 32 | + <article> --> |
| 33 | + <section> |
32 | 34 | {{ content }}
|
| 35 | + </section> |
| 36 | + <!-- </article> |
| 37 | + </section> |
33 | 38 |
|
34 |
| - <div class="footer"> |
35 |
| - {% include footer.html %} |
36 |
| - </div> |
37 |
| - </div> |
38 |
| - </div> |
| 39 | + <footer> |
| 40 | + {% include footer.html %} |
| 41 | + </footer> --> |
39 | 42 |
|
40 |
| -{% include analytics.html %} |
| 43 | + {% if site.github %} |
| 44 | + {% include analytics.html %} |
| 45 | + {% endif %} |
41 | 46 | </body>
|
42 | 47 | </html>
|
0 commit comments