|
SimpleLog wiki
Installing SimpleLog Upgrading Working with themes
How to
Troubleshooting Development & resources |
Themes /
ArchiveHeadingsAdd Proper Headings to Your by_tag and by_month Archive PagesEven though SimpleLog 2.0.2 doesn't provide a way to easily determine what type of archive page we're viewing, Rails allows us to pull this data from URL parameters. by_tagTags are relatively simple. We can pull in the name of the tag with
by_monthMonthly tags present a more difficult problem. We can pull the month with The Our final example might be expanded to look more like:
|