X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FPlack%2FApp%2FGruntmaster%2FHTML.pm;h=18bf1cca40428572fc0ff7fc9451e2af4f68098c;hb=5d3c8a5435a93f9f1d1fbb1c78d32790e7f641d4;hp=4a22292702ed0d1446dfa619aba4ae4cfba57697;hpb=f4154608b9a883bb70391c6dd6eea32f0051f6ea;p=plack-app-gruntmaster.git diff --git a/lib/Plack/App/Gruntmaster/HTML.pm b/lib/Plack/App/Gruntmaster/HTML.pm index 4a22292..18bf1cc 100644 --- a/lib/Plack/App/Gruntmaster/HTML.pm +++ b/lib/Plack/App/Gruntmaster/HTML.pm @@ -74,6 +74,7 @@ sub _render { sub process_skel { my ($tree, %args) = @_; + $tree->fid('logo')->replace_with(literal scalar read_file "mclogo.svg"); $tree->content_handler( title => $args{title}, content => literal $args{meat});