NAME

PFT::Content::Month - A monthly blog page

SYNOPSIS

use PFT::Content::Month;

my $f1 = PFT::Content::Month->new({
    tree => $tree,
    path => $path,
    name => $name,  # optional, defaults to basename($path)
});

DESCRIPTION

Extends PFT::Content::Blog. Retains the same interface.