-
-
Save pije76/f5b9fb3beda76530095c 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
{% api %}{% image %} | |
{% for index, item in api%} | |
{% for imageindex, image in images %} | |
{% if index < 5 %} | |
{% if index == imageindex %} | |
<div class="entry clearfix"> | |
<a href="{{ item.link }}" rel="nofollow" title="{{ item.title }}"><img src="{{ image.mediaurl }}" alt="{{ image.title }}"></a> | |
<h2 class="post-title"><a rel="nofollow" href="{{ item.link }}" title="{{ item.title }}">{{ item.title }}</a></h2> | |
{{ item.description }}... | |
<p class="readmore"><a class="more-link" href="{{ item.title | build_permalink_for 'tag' }}" rel="nofollow" title="{{ item.title }}">Read More</a></p> | |
<div style="clear:both;"></div> | |
</div> | |
{% endif %} | |
{% endif %} | |
{% endfor %} | |
{% endfor %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment