git ssb

0+

k4ml / belajar-js



Tree: 998eca3a216412a431765230c7b8533155bb5da2

Files: 998eca3a216412a431765230c7b8533155bb5da2 / _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