blob: 827500e004e22412f4f6762aa61ca762a8126502 (
plain) (
tree)
|
|
{% 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 %}
|