blob: c4865297cb53eaaacaff088bac2edd6ba948f2ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
layout: default
---
<div id="post">
<h2><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a></h2>
<article>
<div id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></div>
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="franckcuny">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
{{ content }}
</article>
<hr />
{% include disqus.html %}
</div>
|