-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 877 Bytes
/
index.html
File metadata and controls
27 lines (24 loc) · 877 Bytes
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
---
title : Deo Valiandro. M
layout : default
math : true
---
<p>
Website punya <span class="small-caps"><b>Deo Valiandro</b></span>, tempat
saya menyimpan catatan-catatan pelajaran yang sebelumnya pernah saya pelajari,
khususnya ketika saya masih berkuliah. Jika terdapat kekelirian mohon
dikoreksi. Saya sering memperbaharui tulisan untuk memperbaiki kesalahan dan
informasi yang sudah tidak relevan, jadi tolong jangan ambil semuanya begitu
saja. Semua tulisan yang ada di sini adalah tulisan saya sendiri, tidak
mewakili orang/organisasi tertentu.
</p>
<h2>
Tulisan terbaru
</h2>
<ol id="list-post">{% for post in site.posts limit:10 %}
<li class="post">
<a href="{{ post.url }}" title="{{ site.url }}{{ post.url }}">
{{ post.title }}</a>
<time class="time-right">{{ post.time | date: "%d-%m-%Y" }}</time>
</li>{% endfor %}
</ol>