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
<h2>Previously... </h2> | |
<ul> | |
{% for entry in blx.entries.find({section: 'Blog', limit: '100', order: 'postDate desc'}) %} | |
<li><a href="{{ entry.url }}">{{ entry.title }}</a></li> | |
{% endfor %} | |
</ul> |
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
<h2>Previously... </h2> | |
<ul> | |
{% for entry in blx.entries.find({section: 'Blog', limit: '100', order: 'postDate desc'}) %} | |
<li><a href="{{ entry.url }}">{{ entry.title }}</a></li> | |
{% endfor %} | |
</ul> |