Last active
August 29, 2015 14:06
-
-
Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.
Messenger Homepage HTML with Tag
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
<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