git ssb

0+

k4ml / belajar-js



Tree: 051bbe032c6507f24a8fed07501c7252b8eb66d6

Files: 051bbe032c6507f24a8fed07501c7252b8eb66d6 / authors.html

315 bytesRaw
1---
2layout: page
3title: Penulis
4---
5
6<style>
7.clear {
8 clear: both;
9 margin-bottom: 30px;
10}
11</style>
12
13
14
15{% for author_item in site.authors %}
16 {% assign key = author_item[0] %}
17 {% assign author = author_item[1] %}
18
19 <div class="clear"></div>
20
21 {% include author.html %}
22
23{% endfor %}
24

Built with git-ssb-web