Skip to content

Instantly share code, notes, and snippets.

@zeroedin
Created May 18, 2015 13:48
Show Gist options
  • Save zeroedin/b6d0be8c0cff5f7850c5 to your computer and use it in GitHub Desktop.
Save zeroedin/b6d0be8c0cff5f7850c5 to your computer and use it in GitHub Desktop.
WVUToday RSS Feed HTML
<notextile>
<h3>Latest Headlines</h3>
<ul id="latest">
<!-- REPEAT THIS LI BLOCK FOR EACH STORY -->
<li>
<h4><a href="((URL HERE))">((HEADLINE HERE))</a></h4>
<span class="date">((PUBLISHED DATE HERE))</span>
<div class="summary">((SUMMARY PARAGRAPH HERE))</div>
<span class="more"><a href="((URL HERE))">» View Story</a></span>
<span class="icons"></span>
</li>
<!-- END LI BLOCK -->
</ul>
<div id="archive" class="button"><a href="../home/story_archive">» Story Archive</a></div>
</notextile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment