If you didn’t notice, I had a major bug in paged sections where the URL would include the ruby object instead of the section’s url. Great job rick, way to use that unit testing! Anyhow, I ripped out that custom block that I never liked so I can just use the pages variable:

{% for page in pages %}
<p>{{ page | link_to_page }}</p>
{% endfor %}

I also made some major additions regarding site and asset stuff. Stay tuned.