+ Note: A newer revision of this blogpost for apiman 1.2.x can be found here. This version was written for apiman 1.1.x. +
+ {% endif %} + + {% if page.oldUrl %} + ++ Note: This is a redux of our blogpost for apiman 1.2.x. If you're still using apiman 1.1.x, you can refer to the older revision. +
+ {% endif %} + +Blog Posts subscribe
{% for post in site.posts %}
+ {% if post.newUrl == nil %}
{% assign author = site.data.authors[post.author] %}
+ {% endif %}
{% endfor %}
@@ -23,6 +24,7 @@