Last active
August 29, 2015 14:06
-
-
Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.
Revisions
-
zvineyard revised this gist
Sep 26, 2014 . No changes.There are no files selected for viewing
-
zvineyard renamed this gist
Sep 26, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
zvineyard created this gist
Sep 26, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ <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>