aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/_layouts/default.html
blob: 827500e004e22412f4f6762aa61ca762a8126502 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      




                        
                                           

        
                                      
{% include jekyll-theme/header.html %}
<div class="row">
  <div class="col-md-8">
    {{ content }}
  </div>
  <div class="col-md-4">
    {% include jekyll-theme/sidebar.html %}
  </div>
</div>
{% include jekyll-theme/footer.html %}