-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·27 lines (25 loc) · 905 Bytes
/
index.html
File metadata and controls
executable file
·27 lines (25 loc) · 905 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
---
layout: default
title: Shay Banon
---
<div id="home">
<p>
<br/>
<!--h1>Blog Posts</h1-->
<ul class="posts">
{% for post in site.posts limit:5 %}
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
<li><a href="/archives/">archives...</a></li>
</ul>
</p>
</div>
<div class="twitter">
<div id="twitter_div">
<h1 class="sidebar-title">Tweets</h1>
<ul id="twitter_update_list"></ul>
<a href="http://twitter.com/kimchy" id="twitter-link" style="display:block;text-align:right;">follow me on Twitter</a>
</div>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/kimchy.json?callback=twitterCallback2&count=5"></script>