forked from id-laravel/id-laravel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·27 lines (26 loc) · 839 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: default
title: Yang Baru di Laravel Indonesia
---
<div class="units-row home">
<div class="unit-70">
<ul class="archive lists-simple">
{% for post in site.posts %}
<li>
<span class="title"><a href="{{ post.url }}">{{ post.title }}</a></span>
<span class="date"><time datetime="{{ post.date | date_to_xmlschema }}" class="post-date">
{{ post.date | date_to_string }}
</time></span>
</li>
{% endfor %}
</ul>
</div>
<div class="unit-30">
<div class="jobs">
<p>
Good programmer write code for machine, <b>great programmer write code for other programmer</b>.
</p>
<small>~web artisan~</small>
</div>
</div>
</div>