aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts/blog.html
blob: 685c8a51c22fdbf219e000e6ec779adcdb74ca8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
nav: blog
---

<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
  {% include head.html %}
  <body>
    {% include header.html %}

    <div class="page-title-bar">
      <div class="container">
        <h1>Bazel Blog</h1>
      </div>
    </div>

    <div class="container vpad">
      <div class="row">
        <div class="col-lg-9">
          {{ content }}
        </div>
        {% include blog-sidebar.html %}
      </div>
    </div>

    {% include footer.html %}
    {% include blog-twitter-js.html %}
  </body>
</html>