Skip to content

Commit

Permalink
allow =sample in the header for the ebook conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Mar 24, 2018
1 parent 514c205 commit eb293a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Perl/Maven/Page.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit eb293a7

Please sign in to comment.