Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.
Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.
Messenger Homepage HTML with Tag
<div class="grid_8 alpha">
<div class="posts">
{{ articles:preview limit="4" where="`messenger_issue`='summer_2014'" }}
<div class="post">
<h2><a href="story/{{ article_slug }}">{{ article_title }}</a></h2>
<div class="meta">
<p class="pub_date">{{ helper:date timestamp=article_created }}</p>
</div>
{{ if thumb_id }}
<div class="post_thumb"><img data-pyroimage="true" height="100" src="https://web.nnu.edu/uploads/default/files/{{ thumb }}" style="height:100px;width:100px;" width="100" /></div>
{{ endif }}
<div class="post_intro">
<p>{{ article_introduction }}</p>
</div>
</div>
{{ pagination:links }}
{{ /articles:preview }}
</div>
</div>
<div class="grid_4 omega">{{ widgets:area slug="articles" }}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment