diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:54:06 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:54:06 +0100 |
commit | 2d0d5648dfabe4f178736ba512efc5b7e3b3cd94 (patch) | |
tree | 60deebd130eeb65cae643ad72a7342105f68fd05 /source/index.html | |
parent | 1c574d24b7fdd482499fa9553c19342b6a4d391e (diff) | |
download | octopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.zip octopress-theme-jeyzu-2d0d5648dfabe4f178736ba512efc5b7e3b3cd94.tar.gz |
layout
Diffstat (limited to 'source/index.html')
-rw-r--r-- | source/index.html | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/source/index.html b/source/index.html index 2614667..df4533d 100644 --- a/source/index.html +++ b/source/index.html @@ -2,20 +2,16 @@ layout: default --- -<section id="main_col" class="left"> - {% assign index = true %} - {% for post in paginator.posts %} - {% assign content = post.content %} - <article class="post">{% include article.html %}</article> - {% endfor %} - <nav id="pagenavi"> - {% if paginator.previous_page %} - <a href="{{paginator.previous_page}}" class="prev">上一頁</a> - {% endif %} - {% if paginator.next_page %} - <a href="{{paginator.next_page}}" class="next">下一頁</a> - {% endif %} - </nav> -</section> -{% include asides.html %} -<div class="clear"></div>
\ No newline at end of file +{% assign index = true %} +{% for post in paginator.posts %} +{% assign content = post.content %} + <article class="post">{% include article.html %}</article> +{% endfor %} +<nav id="pagenavi"> + {% if paginator.previous_page %} + <a href="{{paginator.previous_page}}" class="prev">上一頁</a> + {% endif %} + {% if paginator.next_page %} + <a href="{{paginator.next_page}}" class="next">下一頁</a> + {% endif %} +</nav>
\ No newline at end of file |