Files: 8e3b54b109fe9d68b6d38efd757f80a8f39b9279 / _layouts / tips_index.html
197 bytesRaw
1 | --- |
2 | layout: default |
3 | --- |
4 | <h1>Tips</h1> |
5 | <ul> |
6 | {% for tip in site.tips %} |
7 | {% if tip.title != 'Index' %} |
8 | <li><a href="{{ tip.url }}">{{ tip.title }}</a></li> |
9 | {% endif %} |
10 | {% endfor %} |
11 | </ul> |
12 |
Built with git-ssb-web