scottjohnson.pro/_layouts/default.html
2019-03-28 19:49:46 +05:30

26 lines
482 B
HTML

---
#Add "layout: compress" here to compress the html code
---
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
{% include head.html %}
<body>
<div class="wrapper">
{% include sidebar.html %}
<div class="main-wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
{% include scripts.html %}
</body>
</html>