Skip to content

Instantly share code, notes, and snippets.

@Ricardo-Diaz
Created October 5, 2012 02:56
Show Gist options
  • Save Ricardo-Diaz/3837803 to your computer and use it in GitHub Desktop.
Save Ricardo-Diaz/3837803 to your computer and use it in GitHub Desktop.
Perch CMS: Blog Feed Template
<perch:before>
<ul class="hfeed"></perch:before>
<li class="hentry">
<h4><a href="post.php?s=<perch:blog id="postSlug" />" rel="bookmark" class="entry-title"><perch:blog id="postTitle" /></a></h4>
</li>
<perch:after>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment