You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
860 B
33 lines
860 B
10 years ago
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<div class="home">
|
||
|
|
||
|
<h1 class="page-heading">Posts</h1>
|
||
|
|
||
|
<ul class="post-list">
|
||
|
{% for post in site.posts %}
|
||
|
<li>
|
||
|
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }} • <a href="{{ post.url | prepend: site.baseurl }}#disqus_thread">comments</a></span>
|
||
|
|
||
|
<h2>
|
||
|
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
||
|
</h2>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<script>
|
||
|
var disqus_shortname = 'nujumdai';
|
||
|
|
||
|
/* * * DON'T EDIT BELOW THIS LINE * * */
|
||
|
(function () {
|
||
|
var s = document.createElement('script'); s.async = true;
|
||
|
s.type = 'text/javascript';
|
||
|
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
|
||
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||
|
}());
|
||
|
</script>
|