Test waka

This commit is contained in:
Khoa Le
2016-06-15 17:45:15 +07:00
parent a909adcb02
commit 2f4de88bf4
118 changed files with 2978 additions and 339 deletions

31
_layouts/index.html Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
{% include analytics.html %}
</head>
<body>
<div class="wrapper">
<nav>
<div class="scroll">
{% include nav.html %}
{% include mailing.html %}
</div>
</nav>
<section id="{{ page.id }}">
<div id="chapter">
<span>{{ chapter_title }}</span>
</div>
<div id="contribute">
<a href="{{ site.repository }}/blob/{{ site.branch }}/{{ page.path }}"><span class="fa fa-github"> </span> </a>
</div>
{{ content }}
</section>
{% include search.html %}
<footer class="clear-all">
{% include footer.html %}
</footer>
</div>
</body>
{% include sync_scripts.html %}
</html>