Skip to content

Instantly share code, notes, and snippets.

@JMWebDevelopment
Created February 7, 2017 03:19
Show Gist options
  • Save JMWebDevelopment/c5879b013c6dd01424451aad83229ead to your computer and use it in GitHub Desktop.
Save JMWebDevelopment/c5879b013c6dd01424451aad83229ead to your computer and use it in GitHub Desktop.
<div class="post-container row small-up-2 medium-up-4 large-up-5">
<div id={{post.id}} class="post column" ng-repeat="post in new_archive_posts">
<a href="{{post.link}}">
<img ng-src="{{post.featured_image}}" />
<div class="post-overlay">
<span class="day">{{ post.date | date:"dd" }}</span>
<span class="month">{{ post.date | date:"MMMM" }}</span>
</div>
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment