Enhancing the typography on your site
nanoc 1.6 supports post-layout filters, which are filters that are run after the page has been layouted. This is an ideal place to run RubyPants (a Ruby port of SmartyPants), which improves typography by converting straight quotes to curly quotes and more. To run RubyPants as a post-layout filter, add it to the list of post-layout filters, like this:
filters_post: [ "rubypants" ]
