aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts/plain.html
blob: 59b594f536c36960b53408247f3a1a1c3e5d6a63 (plain) (blame)
1
2
3
4
5
6
7
{% include jekyll-theme/header.html %}
<div class="row">
  <div class="col-md-12">
    {{ content }}
  </div>
</div>
{% include jekyll-theme/footer.html %}