diff --git a/lib/Perl/Maven/Page.pm b/lib/Perl/Maven/Page.pm index 8c6228ea..07ae90cf 100644 --- a/lib/Perl/Maven/Page.pm +++ b/lib/Perl/Maven/Page.pm @@ -22,7 +22,7 @@ has pre => ( is => 'ro', default => sub { {} } ); has inline => ( is => 'ro', default => sub { [] } ); my @page_options - = qw(title timestamp author status description? indexes@? tags@? mp3@? original? books@? translator? redirect? perl6url? perl6title? img? alt?); + = qw(title timestamp author status description? indexes@? tags@? mp3@? original? books@? translator? redirect? perl6url? perl6title? img? alt? sample?); my @common_options = qw(archive? comments_disqus_enable? show_social? show_newsletter_form? show_right? show_related? show_date? show_ads?); my @header = ( @page_options, @common_options );