Test waka
This commit is contained in:
31
_layouts/index.html
Normal file
31
_layouts/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user