Created
August 27, 2009 16:48
-
-
Save jpemberthy/176419 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
| <r:children:each limit="3" order="desc"> | |
| <div class="blog_post"> | |
| <h4><r:link /></h4> | |
| <r:content /> | |
| <r:if_content part="extended"><r:link anchor="extended">Continue Reading…</r:link></r:if_content> | |
| <p>Posted by <r:author /> on <r:date format="%d/%m/%Y" /></p> | |
| <div class="blog_separator"><hr /></div> | |
| </div> | |
| </r:children:each> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment