-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
34 lines (34 loc) · 937 Bytes
/
archive.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
28
29
30
31
32
33
34
---
layout: default
title: Archive
---
<section class="inner">
<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>
</section>
<footer>
<p>
Made with <a href="http://jekyllrb.com/">Jekyll</a>,
hosted on <a href="https://github.com/jancuk/jancuk.github.io">Github Pages</a>.
</p>
<ul class="links">
<li>
<a href="https://github.com/jancuk" title="See my code on GitHub">
<i class="icon-github"></i>
</a>
</li>
<li>
<a href="https://twitter.com/intent/follow?screen_name=azhar_amir" title="Follow me on Twitter">
<i class="icon-twitter"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/azharamir" title="Connect with me on LinkedIn">
<i class="icon-linkedin"></i>
</a>
</li>
</ul>
</footer>