cheatsheets/_/layouts/home.html

17 lines
328 B
HTML

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