Skip to content

Commit

Permalink
refs #1692 : bugfix - article_rep_id cannot be used to indicate the
Browse files Browse the repository at this point in the history
 order of current post.

 - It is unique id but not sequential number.
  • Loading branch information
inureyes committed Nov 7, 2014
1 parent 8db9b6a commit 5e72d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin/blog/periwinkle/skin.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3><a href="[##_article_rep_link_##]"><i class="fa fa-pencil-square-o"></i> [##
<header>
<div class="page-header">
<h3>
<a href="[##_article_rep_link_##]"><i class="fa fa-pencil-square-o"></i> [##_article_rep_title_##]</a> <small>- [##_article_rep_id_##]번째 이야기</small>
<a href="[##_article_rep_link_##]"><i class="fa fa-pencil-square-o"></i> [##_article_rep_title_##]</a>
</h3>
</div>
</header>
Expand Down

0 comments on commit 5e72d8e

Please sign in to comment.