Changeset 2126

Show
Ignore:
Timestamp:
11/28/07 20:10:02 (5 years ago)
Author:
cho45
Message:

lang/ruby/ekfloras/template.html:

paging に rel="next" つけた

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/ekfloras/template.html

    r1058 r2126  
    209209                                        .. 
    210210                                        <% if stash.page < stash.page_slices.length %> 
    211                                         <a href="?page=<%= stash.page + 1 %>" title="next">&gt;</a> 
     211                                        <a href="?page=<%= stash.page + 1 %>" rel="next" title="next">&gt;</a> 
    212212                                        <% end %> 
    213213                                        <% if stash.page != stash.page_slices.length %>