summaryrefslogtreecommitdiffhomepage
path: root/website/content/_layouts/blog.html
blob: a7f972289cc2d89a0ae6b3d4c1f37e026ab8a058 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: base
---

<div class="container">
  <div class="row">
    <div class="col-md-9">
      <h1>{{ page.title }}</h1>
      {{ content }}
    </div>

    <div class="col-md-3">
      <h2>Archive</h2>
      <p>Looking for older posts? See the full <a href="/blog/archive/">archive</a>.</p>
    </div>
  </div>
</div>