Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AtChina committed Jan 3, 2015
1 parent d7f1966 commit 355ba9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
layout: default
---
<script language="javascript" type="text/javascript">
if(location.href==="{{ site.url }}"){
window.location.replace("{{ site.url }}about.html");
}
<script>
<!-- Posts List -->
{% for post in paginator.posts %}
<div class="col-xs-12">
Expand Down Expand Up @@ -61,4 +66,4 @@ <h3>
</ul>
</nav>
{% endif %}
</div>
</div>

0 comments on commit 355ba9c

Please sign in to comment.