no message

This commit is contained in:
RedGadgets
2016-07-29 10:17:42 +05:30
parent 275560078a
commit 0582efcd41
114 changed files with 22192 additions and 0 deletions

26
_layouts/default.html Normal file
View File

@ -0,0 +1,26 @@
---
layout: compress
---
<!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><!--//main-body-->
</div>
{% include footer.html %}
{% include scripts.html %}
</body>
</html>