Configurable HTML tags

Thu, 24 Sep 2009 , modified Thu, 24 Sep 2009

It is possible now to provide additional HTML <meta> tags to your bootylicious blog. You can set them through meta config option:

    "meta" : [
        { "name" : "keywords", "content" : "Perl, Mojo, Mojolicious, blog, blog software" }
        { "http-equiv" : "expires", "content" : "Sun, 01 Jan 2010 07:01:00 GMT" }
    ],