Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
Add post pagination and update comment number
Browse files Browse the repository at this point in the history
  • Loading branch information
gizzmo committed Mar 12, 2012
1 parent 1200106 commit 24044e3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion post.html
Expand Up @@ -121,6 +121,16 @@ <h1>Video Post: Executive Command</h1>
</p>
</footer>

<div class="pagination pagination-centered">
<ul>
<li class="disabled"><a href="#">«</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">»</a></li>
</ul>
</div>

<ul class='pager'>
<li class='previous'><a href='#'>&larr; Newer Post</a></li>
<li class='next'><a href='#'>Older Post &rarr;</a></li>
Expand All @@ -130,7 +140,7 @@ <h1>Video Post: Executive Command</h1>
This whole section may not get used. in favor of Disqus
-->
<section id='comments'>
<h3><a href='#comments'>6 Responses on the article.</a></h3>
<h3><a href='#comments'>11 Responses on the article.</a></h3>

<ul id="commentlist">
<li>
Expand Down

0 comments on commit 24044e3

Please sign in to comment.