Added support for <category> elements in a blog's RSS feed.
Documented in the blogging section of the Fargo docs.
There was a bug in the way flCommentsVisible att was implemented such that comments were always visible no matter how the attribute was set. Now we respect the attribute.
The <%breadcrumbs%> macro always had a white background. This is not good. It shouldn't specify the background at all. The background-color style was removed.
I added a breadcrumb trail to the default outline template, but it's hidden with a height of 0 by default. I've turned it on in the docs.fargo.io site with a bit of JavaScript that runs when the page loads. Having the crumb trails makes the docs site work a lot better, since things get pretty deeply nested and it helps to see what the context is when you arrive at a page through a deep link.
The next version of the index type template will have a breadcrumb trail in it, implemented the same way. A bit of JS in the page can make it visible if your site needs a crumb trail. I believe most sites do not. But a large structured site like the Fargo Doc site definitely needs it.
The first item in the breadcrumb trail is always Home. This makes it clear to the reader what the crumb trail is. It's especially confusing with first-level items, if the first item is the same as the menu title. It's just a word, hanging out there all on its own. If the word is Home, people have a chance of understanding what's going on.
I figured out, with the help of some friends, how to do redirects on S3 files.
So now the old files redirect to their new locations. This is good because I can update every bit of documentation now, all from Fargo. Much easier.
Here's a list of the old URLs. Click on them to get redirected.