Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.

Select an option

Save zvineyard/6e2f4b1c8fe896fc0915 to your computer and use it in GitHub Desktop.

Revisions

  1. zvineyard revised this gist Sep 26, 2014. No changes.
  2. zvineyard renamed this gist Sep 26, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. zvineyard created this gist Sep 26, 2014.
    23 changes: 23 additions & 0 deletions gistfile1.txt
    Original 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>