git ssb

0+

k4ml / belajar-js



Tree: 23c62560f4f1cd6075000b3130921bf2cedd2249

Files: 23c62560f4f1cd6075000b3130921bf2cedd2249 / authors.html

320 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 <hr />
21
22 {% include author.html %}
23
24{% endfor %}
25

Built with git-ssb-web