From eb293a74f0079132cfb9a5047abc0637788178e0 Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Sat, 24 Mar 2018 09:24:14 +0300 Subject: [PATCH] allow =sample in the header for the ebook conversion --- lib/Perl/Maven/Page.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );