Intial Commit

This commit is contained in:
Sai Kiran Sripada
2020-01-24 16:50:29 +05:30
commit 4582790774
66 changed files with 2835 additions and 0 deletions

18
_layouts/center.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: 'en' }}">
{% include head.html %}
<body class="site{% if site.animated %} animated fade-in-down{% endif %}">
<div class="site-wrap center">
{% include header.html %}
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
{{ content }}
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>