Created
February 15, 2013 22:07
-
-
Save cdevroe/4963956 to your computer and use it in GitHub Desktop.
Barley_exampleblogindex
This file contains 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
<!-- repeat:blogpost:5 --> | |
<article> | |
<h2 class="title"> | |
<a href="%URL%">%TITLE%</a> | |
</h2> | |
<div class="meta"> | |
<h4 class="author"> | |
Written by <span class="emphasize">%AUTHOR%</span> <span class="date">Published on <a href="%URL%" class="published_on" data-barley-publish-post="%ID%">%PUBLISHED_ON%</a></span> | |
</h4> | |
</div> | |
<div>%BODY%</div> | |
</article> | |
<!-- endrepeat --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment