git ssb

0+

k4ml / belajar-js



Tree: 53b07c951d1fe90c8aabd75219fcb05c06368477

Files: 53b07c951d1fe90c8aabd75219fcb05c06368477 / 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