Created
February 7, 2017 03:19
-
-
Save JMWebDevelopment/c5879b013c6dd01424451aad83229ead to your computer and use it in GitHub Desktop.
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="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