This is probably a dumb question, but I do not understand: Why won't the
Archives sidebar node of the Scribbish theme show up when an individual
article is viewed? The article is in the Home section and the Archives
sidebar bit in the layout seems to key off of that so I guess when an
article is viewed the section must not be available? Is there some simple
modification that can be made to force the 'section' to be the home section
below?
{% if section.months.size > 0 %}
<div class="sidebar-node">
<h3>Archives</h3>
<ul>
{% for month in section.months %}
<li>{{ section | link_to_month: month }} ({{ section |
monthly_articles: month | size }})</li>
{% endfor %}
</ul>
</div>
{% endif %}
--
Thanks,
-Steve
http://www.stevelongdo.com