cheatsheets/_layouts/home.html

17 lines
256 B
HTML

---
html_class: home
---
{% include head.html %}
<div class='header'>
<h1>{{ page.title }}</h1>
</div>
<div class='pages'>
{% for page in site.pages %}
<a href=".{{ page.url }}">{{ page.title }}</a>
{% endfor %}
</div>
{% include foot.html %}