Created
September 20, 2010 18:21
-
-
Save hlian/588365 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <mt:setvarblock name="i"><$mt:FullEntryCount$></mt:setvarblock> | |
| <MTEntries lastn="$i"> | |
| <mt:ignore><!-- Use the Entry Summary module for each entry published on this page --></mt:ignore> | |
| <$mt:include module="Entry Summary"$> | |
| </MTEntries> | |
| <h1 class="archive-title">Also...</h1> | |
| <div class="entry-listing"> | |
| <ul> | |
| <mt:setvarblock name="j"><$mt:EntryTitleCount$></mt:setvarblock> | |
| <MTEntries offset="$i" lastn="$j"> | |
| <li> | |
| <a href="<$MTEntryPermalink$>"><span class="entry-listing-date"><mt:EntryDate format="%b %e %Y" /></span><span class="entry-listing-title"><mt:EntryTitle /></span><span class="entry-listing-comments"><mt:EntryCommentCount /></span></a> | |
| </li> | |
| </MTEntries> | |
| </ul> | |
| <div class="content-nav"> | |
| <a href="<$mt:Link template="archive_index"$>">Archives</a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment