Skip to content

Commit

Permalink
mod. slightly fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aLinghuaZhang committed Aug 12, 2013
1 parent de25dba commit 299100d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README
@@ -0,0 +1,2 @@
Feel free to fork.
And just please keep the link in the bottom.
2 changes: 1 addition & 1 deletion index.markdown
Expand Up @@ -29,7 +29,7 @@ layout: default
</ul> </ul>
<div class="divider"></div> <div class="divider"></div>
<ul class="listing main-listing"> <ul class="listing main-listing">
<li class="listing-seperator">Happend in this year</i> <li class="listing-seperator">Happend earlier this year</i>
{% capture year %}{{ site.time | date:"%Y"}}{% endcapture %} {% capture year %}{{ site.time | date:"%Y"}}{% endcapture %}
{% for post in site.posts offset:1 %} {% for post in site.posts offset:1 %}
{% capture y %}{{ post.date | date:"%Y"}}{% endcapture %} {% capture y %}{{ post.date | date:"%Y"}}{% endcapture %}
Expand Down

0 comments on commit 299100d

Please sign in to comment.