-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (19 loc) · 815 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
---
layout: default
---
<a href="https://github.com/Larke12"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://camo.githubusercontent.com/c6286ade715e9bea433b4705870de482a654f78a/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f77686974655f6666666666662e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_left_white_ffffff.png"></a>
<section>
<ul>
{% for post in site.posts %}
<li>
<div class="post-date">
<!-- <span>{{ post.date | date: "%b %d, %Y" }}</span> -->
<span>{{ post.date | date: "%Y" }}</span>
</div>
<div class="title">
<a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
</div>
</li>
{% endfor %}
</ul>
</section>