git ssb

0+

k4ml / belajar-js



Tree: 6b21661a2b4b2d939e1369e88002838f7b8ccb47

Files: 6b21661a2b4b2d939e1369e88002838f7b8ccb47 / _layouts / author.html

205 bytesRaw
1---
2layout: default
3---
4
5<h1>{{ content }}</h1>
6
7<ul>
8{% for p in site.posts do %}
9 {% if p.author == page.author %}
10 <li><a href="{{ p.url }}">{{ p.title }}</a></li>
11 {% endif %}
12{% endfor %}
13</ul>
14
15

Built with git-ssb-web