git ssb

0+

k4ml / belajar-js



Tree: 2b49689acd88567b706f1e9ee1aac263809c17b9

Files: 2b49689acd88567b706f1e9ee1aac263809c17b9 / _layouts / tips_index.html

197 bytesRaw
1---
2layout: 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